Fix cpplint whitespace/braces issues

Change-Id: Ide80939faf8e8690d8842dde8133902ac725ed1a
diff --git a/compiler/jni/jni_compiler_test.cc b/compiler/jni/jni_compiler_test.cc
index 560a146..4b6967f 100644
--- a/compiler/jni/jni_compiler_test.cc
+++ b/compiler/jni/jni_compiler_test.cc
@@ -68,7 +68,7 @@
   void SetUpForTest(bool direct, const char* method_name, const char* method_sig,
                     void* native_fnptr) {
     // Initialize class loader and compile method when runtime not started.
-    if (!runtime_->IsStarted()){
+    if (!runtime_->IsStarted()) {
       {
         ScopedObjectAccess soa(Thread::Current());
         class_loader_ = LoadDex("MyClassNatives");