mirror of
https://github.com/corda/corda.git
synced 2025-02-08 20:10:22 +00:00
minor whitespace change
This commit is contained in:
parent
c3b72a3dd5
commit
0be7318637
@ -3358,8 +3358,7 @@ JNI_CreateJavaVM(Machine** m, Thread** t, void* args)
|
|||||||
*(argumentPointer++) = a->options[i].optionString;
|
*(argumentPointer++) = a->options[i].optionString;
|
||||||
}
|
}
|
||||||
|
|
||||||
*m = new (h->allocate(sizeof(Machine)))
|
*m = new (h->allocate(sizeof(Machine))) Machine
|
||||||
Machine
|
|
||||||
(s, h, bf, af, p, c, properties, propertyCount, arguments, a->nOptions);
|
(s, h, bf, af, p, c, properties, propertyCount, arguments, a->nOptions);
|
||||||
|
|
||||||
*t = p->makeThread(*m, 0, 0);
|
*t = p->makeThread(*m, 0, 0);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user