Fix formatting.
authorPat Gavlin <pagavlin@microsoft.com>
Sat, 11 Feb 2017 00:47:22 +0000 (16:47 -0800)
committerPat Gavlin <pagavlin@microsoft.com>
Sat, 11 Feb 2017 00:47:22 +0000 (16:47 -0800)
src/jit/compiler.cpp
src/jit/compiler.h

index 3c662b9..3b40c7a 100644 (file)
@@ -3891,7 +3891,7 @@ void Compiler::compSetOptimizationLevel()
             }
         }
     }
-#else // !DEBUG
+#else  // !DEBUG
     // Retail check if we should force Minopts due to the complexity of the method
     // For PREJIT we never drop down to MinOpts
     // unless unless CLFLG_MINOPT is set
index 2189324..7c5565c 100644 (file)
@@ -7791,7 +7791,7 @@ public:
         bool altJit;     // True if we are an altjit and are compiling this method
 
 #ifdef OPT_CONFIG
-        bool optRepeat;                // Repeat optimizer phases k times
+        bool optRepeat; // Repeat optimizer phases k times
 #endif
 
 #ifdef DEBUG