mirror of
https://github.com/corda/corda.git
synced 2025-01-05 20:54:13 +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
|
||||
throwArrayIndexOutOfBounds(MyThread* t)
|
||||
{
|
||||
if (ensure(t, FixedSizeOfArrayIndexOutOfBoundsException + traceSize(t))) {
|
||||
if (ensure(t, FixedSizeOfArrayIndexOutOfBoundsException + traceSize(t))) {
|
||||
atomicOr(&(t->flags), Thread::TracingFlag);
|
||||
t->exception = t->m->classpath->makeThrowable
|
||||
(t, Machine::ArrayIndexOutOfBoundsExceptionType);
|
||||
|
Loading…
Reference in New Issue
Block a user