Follow coding convention in argument decl.

llvm-svn: 186467
This commit is contained in:
Fariborz Jahanian 2013-07-16 23:01:33 +00:00
parent d2e8c4cdea
commit 27b1d8513e
1 changed files with 2 additions and 2 deletions

View 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,