]> granicus.if.org Git - clang/commitdiff
Tabs -> spaces
authorNate Begeman <natebegeman@mac.com>
Fri, 18 Apr 2008 17:17:24 +0000 (17:17 +0000)
committerNate Begeman <natebegeman@mac.com>
Fri, 18 Apr 2008 17:17:24 +0000 (17:17 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@49909 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Basic/TargetInfo.cpp

index 145f458886a0fcb957e34fc57a277af1605cad29..6c3389cc363e40933c861b253554556c90965ec9 100644 (file)
@@ -24,8 +24,8 @@ TargetInfo::TargetInfo(const std::string &T) : Triple(T) {
   // Set defaults.  These should be overridden by concrete targets as needed.
   CharIsSigned = true;
   WCharWidth = WCharAlign = 32;
-       DoubleWidth = 64;
-       DoubleAlign = 32;
+  DoubleWidth = 64;
+  DoubleAlign = 32;
   FloatFormat = &llvm::APFloat::IEEEsingle;
   DoubleFormat = &llvm::APFloat::IEEEdouble;
   LongDoubleFormat = &llvm::APFloat::IEEEdouble;