mirror of
https://github.com/corda/corda.git
synced 2025-01-07 13:38:47 +00:00
remove trailing whitespace in compile.cpp
This commit is contained in:
parent
c939d16687
commit
a2cc95d196
@ -2601,7 +2601,7 @@ traceSize(Thread* t)
|
|||||||
void NO_RETURN
|
void NO_RETURN
|
||||||
throwArrayIndexOutOfBounds(MyThread* t)
|
throwArrayIndexOutOfBounds(MyThread* t)
|
||||||
{
|
{
|
||||||
if (ensure(t, FixedSizeOfArrayIndexOutOfBoundsException + traceSize(t))) {
|
if (ensure(t, FixedSizeOfArrayIndexOutOfBoundsException + traceSize(t))) {
|
||||||
atomicOr(&(t->flags), Thread::TracingFlag);
|
atomicOr(&(t->flags), Thread::TracingFlag);
|
||||||
t->exception = t->m->classpath->makeThrowable
|
t->exception = t->m->classpath->makeThrowable
|
||||||
(t, Machine::ArrayIndexOutOfBoundsExceptionType);
|
(t, Machine::ArrayIndexOutOfBoundsExceptionType);
|
||||||
|
Loading…
Reference in New Issue
Block a user