mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-13 19:24:21 +00:00
Minor aesthetic improvement (after I reviewed my last commit).
llvm-svn: 48304
This commit is contained in:
parent
9f33bd2c34
commit
ffb5f9ad93
@ -2195,8 +2195,7 @@ void RewriteTest::SynthesizeObjCInternalStruct(ObjCInterfaceDecl *CDecl,
|
||||
Result += RCDecl->getName();
|
||||
Result += "_IMPL ";
|
||||
Result += RCDecl->getName();
|
||||
Result += "_IVARS";
|
||||
Result += ";\n";
|
||||
Result += "_IVARS;\n";
|
||||
|
||||
// insert the super class structure definition.
|
||||
SourceLocation OnePastCurly =
|
||||
@ -2241,8 +2240,7 @@ void RewriteTest::SynthesizeObjCInternalStruct(ObjCInterfaceDecl *CDecl,
|
||||
Result += RCDecl->getName();
|
||||
Result += "_IMPL ";
|
||||
Result += RCDecl->getName();
|
||||
Result += "_IVARS";
|
||||
Result += ";\n};\n";
|
||||
Result += "_IVARS;\n};\n";
|
||||
ReplaceText(LocStart, endBuf-startBuf, Result.c_str(), Result.size());
|
||||
}
|
||||
// Mark this struct as having been generated.
|
||||
|
Loading…
Reference in New Issue
Block a user