[mips] Remove a redundant semicolon and add space before curly brackets. NFC.
[oota-llvm.git] / lib / Target / Mips / MipsSubtarget.h
index aca69a6839b30d56698abb9e682e18b1dbd6c7a9..d78d7b9e4831f9616c4077e17151515d75ce0918 100644 (file)
@@ -238,9 +238,9 @@ public:
   bool hasMTHC1() const { return hasMips32r2(); }
 
   bool allowMixed16_32() const { return inMips16ModeDefault() |
-                                        AllowMixed16_32;}
+                                        AllowMixed16_32; }
 
-  bool os16() const { return Os16;};
+  bool os16() const { return Os16; }
 
   bool isTargetNaCl() const { return TargetTriple.isOSNaCl(); }