mirror of
https://github.com/intel/llvm.git
synced 2026-01-27 06:06:34 +08:00
Fix 80 col violation.
llvm-svn: 97898
This commit is contained in:
@@ -509,7 +509,8 @@ void InitListChecker::CheckImplicitInitList(const InitializedEntity &Entity,
|
||||
"{")
|
||||
<< CodeModificationHint::CreateInsertion(
|
||||
SemaRef.PP.getLocForEndOfToken(
|
||||
StructuredSubobjectInitList->getLocEnd()), "}");
|
||||
StructuredSubobjectInitList->getLocEnd()),
|
||||
"}");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user