Fix indentation.
authorReid Spencer <rspencer@reidspencer.com>
Mon, 26 Feb 2007 21:06:05 +0000 (21:06 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Mon, 26 Feb 2007 21:06:05 +0000 (21:06 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34643 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/ADT/APInt.h

index f37051e71cd1edab41df8ad33131a175933cdfad..28170b831e88b8bd1469db1af72b597e37e61525 100644 (file)
@@ -467,7 +467,7 @@ public:
       return int64_t(VAL << (APINT_BITS_PER_WORD - BitWidth)) >> 
                      (APINT_BITS_PER_WORD - BitWidth);
     assert(getActiveBits() <= 64 && "Too many bits for int64_t");
-      return int64_t(pVal[0]);
+    return int64_t(pVal[0]);
   }
 
   /// @returns the largest value for an APInt of the specified bit-width and