]> granicus.if.org Git - clang/commitdiff
Follow coding convention in argument decl.
authorFariborz Jahanian <fjahanian@apple.com>
Tue, 16 Jul 2013 23:01:33 +0000 (23:01 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Tue, 16 Jul 2013 23:01:33 +0000 (23:01 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@186467 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Sema/Sema.h

index f448bf4937cf731750e491720ce4874e22409dbe..495ba48d7498c1d60069d7353ad67993854d34fb 100644 (file)
@@ -6451,8 +6451,8 @@ public:
                                         ObjCInterfaceDecl *ID);
 
   Decl *ActOnAtEnd(Scope *S, SourceRange AtEnd,
-                   ArrayRef<Decl *>allMethods = None,
-                   ArrayRef<DeclGroupPtrTy>allTUVars = None);
+                   ArrayRef<Decl *> allMethods = None,
+                   ArrayRef<DeclGroupPtrTy> allTUVars = None);
 
   Decl *ActOnProperty(Scope *S, SourceLocation AtLoc,
                       SourceLocation LParenLoc,