remove trailing whitespace in compile.cpp

This commit is contained in:
Joel Dice 2010-09-25 15:52:43 -06:00
parent c939d16687
commit a2cc95d196

View File

@ -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);