summaryrefslogtreecommitdiffstats
path: root/clang
diff options
context:
space:
mode:
Diffstat (limited to 'clang')
-rw-r--r--clang/lib/Sema/SemaInit.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/clang/lib/Sema/SemaInit.cpp b/clang/lib/Sema/SemaInit.cpp
index a746cb7f503..98db60854f3 100644
--- a/clang/lib/Sema/SemaInit.cpp
+++ b/clang/lib/Sema/SemaInit.cpp
@@ -509,7 +509,8 @@ void InitListChecker::CheckImplicitInitList(const InitializedEntity &Entity,
"{")
<< CodeModificationHint::CreateInsertion(
SemaRef.PP.getLocForEndOfToken(
- StructuredSubobjectInitList->getLocEnd()), "}");
+ StructuredSubobjectInitList->getLocEnd()),
+ "}");
}
}
OpenPOWER on IntegriCloud