Fixed indentation.
authorJohn Criswell <criswell@uiuc.edu>
Mon, 20 Jun 2005 19:59:22 +0000 (19:59 +0000)
committerJohn Criswell <criswell@uiuc.edu>
Mon, 20 Jun 2005 19:59:22 +0000 (19:59 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22270 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/X86AsmPrinter.cpp

index c1c12844f69e4edfa73337fd548426223e410b65..8cb99b06ddf898791cd5e5472d8243ff3ba94c38 100644 (file)
@@ -173,9 +173,9 @@ bool X86SharedAsmPrinter::doFinalization(Module &M) {
         }
 
         emitAlignment(Align);
-       if (!forCygwin) {
-         O << "\t.type " << name << ",@object\n";
-         O << "\t.size " << name << "," << Size << "\n";
+        if (!forCygwin) {
+          O << "\t.type " << name << ",@object\n";
+          O << "\t.size " << name << "," << Size << "\n";
         }
         O << name << ":\t\t\t\t# ";
         WriteAsOperand(O, I, true, true, &M);