1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00

Fix indentation

llvm-svn: 23276
This commit is contained in:
Chris Lattner 2005-09-08 19:47:28 +00:00
parent b07d2cc2eb
commit 515c19f56d

View 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);