commit | 1dcd061f7209f227d785043bd4a75e427d851abe | [log] [tgz] |
---|---|---|
author | Tanya Lattner <tonic@nondot.org> | Sun Mar 07 04:47:12 2010 +0000 |
committer | Tanya Lattner <tonic@nondot.org> | Sun Mar 07 04:47:12 2010 +0000 |
tree | 010b1cb512c3022709ff7454924cee6c3619f90b | |
parent | 18f36d9eac8b425e8cfed389bbbf02c030f26be7 [diff] [blame] |
Fix 80 col violation. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@97898 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Sema/SemaInit.cpp b/lib/Sema/SemaInit.cpp index a746cb7..98db608 100644 --- a/lib/Sema/SemaInit.cpp +++ b/lib/Sema/SemaInit.cpp
@@ -509,7 +509,8 @@ "{") << CodeModificationHint::CreateInsertion( SemaRef.PP.getLocForEndOfToken( - StructuredSubobjectInitList->getLocEnd()), "}"); + StructuredSubobjectInitList->getLocEnd()), + "}"); } }