]> granicus.if.org Git - clang/commitdiff
Fix 80 col violation.
authorTanya Lattner <tonic@nondot.org>
Sun, 7 Mar 2010 04:47:12 +0000 (04:47 +0000)
committerTanya Lattner <tonic@nondot.org>
Sun, 7 Mar 2010 04:47:12 +0000 (04:47 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@97898 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Sema/SemaInit.cpp

index a746cb7f503ba8daebbfe5b84eba39997afa3399..98db60854f3ec021b3f1c41ec9f08d0458aaa22b 100644 (file)
@@ -509,7 +509,8 @@ void InitListChecker::CheckImplicitInitList(const InitializedEntity &Entity,
                                     "{")
     << CodeModificationHint::CreateInsertion(
                                     SemaRef.PP.getLocForEndOfToken(
-                                      StructuredSubobjectInitList->getLocEnd()),                                      "}");
+                                      StructuredSubobjectInitList->getLocEnd()), 
+                                      "}");
   }
 }