Fix cpplint's whitespace complaints.

Change-Id: I11fd2db2badf7bd98e7866ca2155d8ef1e112408
diff --git a/src/compiler/Ralloc.cc b/src/compiler/Ralloc.cc
index 91dc936..25acdd5 100644
--- a/src/compiler/Ralloc.cc
+++ b/src/compiler/Ralloc.cc
@@ -193,7 +193,7 @@
                 if (strlen(shorty) > 1) {
                     for (int i = next; i < numUses;) {
                         DCHECK_LT(cpos, strlen(shorty));
-                        switch(shorty[cpos++]) {
+                        switch (shorty[cpos++]) {
                             case 'D':
                                 ssaRep->fpUse[i] = true;
                                 ssaRep->fpUse[i+1] = true;
@@ -350,7 +350,7 @@
         const char* shorty = cUnit->shorty;
         int shorty_len = strlen(shorty);
         for (int i = 1; i < shorty_len; i++) {
-            switch(shorty[i]) {
+            switch (shorty[i]) {
                 case 'D':
                     cUnit->regLocation[sReg].wide = true;
                     cUnit->regLocation[sReg+1].highWord = true;