Fix indentation
authorChris Lattner <sabre@nondot.org>
Thu, 8 Sep 2005 19:47:28 +0000 (19:47 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 8 Sep 2005 19:47:28 +0000 (19:47 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23276 91177308-0d34-0410-b5e6-96231b3b80d8

utils/TableGen/FileParser.cpp

index efe815a69e42ba185349027771cf71c10b85d3fe..d700e0ee0e2f3f70c077b2bacf13fed200468d6d 100644 (file)
@@ -1158,7 +1158,7 @@ case 20:
     addSubClass(Class, *yyvsp[-1].FieldList);    // Add info about the subclass to CurRec.
     delete yyvsp[-1].FieldList;  // Free up the template args.
     
-     CurRec->resolveReferences();
+    CurRec->resolveReferences();
     
     Records.addDef(CurRec);