[X86] Clean up whitespace as well as minor coding style
[oota-llvm.git] / lib / Target / X86 / InstPrinter / X86ATTInstPrinter.h
index 41be14b1b15b5db4f47ed479f77258d1f15b2975..245e78face45ec16368cd727bca0e0f6b82287fc 100644 (file)
@@ -56,7 +56,7 @@ public:
   void printopaquemem(const MCInst *MI, unsigned OpNo, raw_ostream &O) {
     printMemReference(MI, OpNo, O);
   }
-  
+
   void printi8mem(const MCInst *MI, unsigned OpNo, raw_ostream &O) {
     printMemReference(MI, OpNo, O);
   }
@@ -137,7 +137,7 @@ public:
 private:
   bool HasCustomInstComment;
 };
-  
+
 }
 
 #endif