mirror of
https://github.com/corda/corda.git
synced 2025-01-22 12:28:11 +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;
|
||||
}
|
||||
|
||||
*m = new (h->allocate(sizeof(Machine)))
|
||||
Machine
|
||||
*m = new (h->allocate(sizeof(Machine))) Machine
|
||||
(s, h, bf, af, p, c, properties, propertyCount, arguments, a->nOptions);
|
||||
|
||||
*t = p->makeThread(*m, 0, 0);
|
||||
|
Loading…
Reference in New Issue
Block a user