From a2cc95d19619952d24bca9e436e48382e5559ab3 Mon Sep 17 00:00:00 2001 From: Joel Dice Date: Sat, 25 Sep 2010 15:52:43 -0600 Subject: [PATCH] remove trailing whitespace in compile.cpp --- src/compile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compile.cpp b/src/compile.cpp index fbc9450165..7c0971c781 100644 --- a/src/compile.cpp +++ b/src/compile.cpp @@ -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);