]> granicus.if.org Git - clang/commitdiff
Fix up formatting.
authorEli Bendersky <eliben@google.com>
Tue, 2 Sep 2014 22:00:06 +0000 (22:00 +0000)
committerEli Bendersky <eliben@google.com>
Tue, 2 Sep 2014 22:00:06 +0000 (22:00 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@216976 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Sema/SemaDeclAttr.cpp

index 7c21206fd4f92d8d42cea2bf81b02949ae735e1c..91b299fa66ab5fabc162885f6d0521b1d4d52055 100644 (file)
@@ -3052,7 +3052,7 @@ static void handleGlobalAttr(Sema &S, Decl *D, const AttributeList &Attr) {
 
   D->addAttr(::new (S.Context)
               CUDAGlobalAttr(Attr.getRange(), S.Context,
-                            Attr.getAttributeSpellingListIndex()));
+                             Attr.getAttributeSpellingListIndex()));
 }
 
 static void handleGNUInlineAttr(Sema &S, Decl *D, const AttributeList &Attr) {