APInt: Simplify code.
[oota-llvm.git] / include / llvm / ADT / Triple.h
index 6b11c7a878f849478cac71614d8532c11ef6604d..a080200381b0f4d032449206bc6cb553e224525a 100644 (file)
@@ -271,7 +271,7 @@ public:
   /// compatibility, which handles supporting skewed version numbering schemes
   /// used by the "darwin" triples.
   unsigned isMacOSXVersionLT(unsigned Major, unsigned Minor = 0,
-                            unsigned Micro = 0) const {
+                             unsigned Micro = 0) const {
     assert(isMacOSX() && "Not an OS X triple!");
 
     // If this is OS X, expect a sane version number.