From: Chris Lattner Date: Thu, 8 Sep 2005 19:47:28 +0000 (+0000) Subject: Fix indentation X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=751eabf7bdd2fad2ad49e0b14f5b3a18384b6ce8;p=oota-llvm.git Fix indentation git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23276 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/utils/TableGen/FileParser.cpp b/utils/TableGen/FileParser.cpp index efe815a69e4..d700e0ee0e2 100644 --- a/utils/TableGen/FileParser.cpp +++ b/utils/TableGen/FileParser.cpp @@ -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);