From: Argyrios Kyrtzidis Date: Mon, 3 Jan 2011 23:15:14 +0000 (+0000) Subject: Fix 80 column violation. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1b21391b3b1b7dd829c35f9b69199ed2a67da25a;p=clang Fix 80 column violation. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@122784 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Parse/Parser.h b/include/clang/Parse/Parser.h index 80e4626536..b1823d50e4 100644 --- a/include/clang/Parse/Parser.h +++ b/include/clang/Parse/Parser.h @@ -1287,7 +1287,8 @@ private: void ParseObjCTypeQualifierList(ObjCDeclSpec &DS, bool IsParameter); void ParseEnumSpecifier(SourceLocation TagLoc, DeclSpec &DS, - const ParsedTemplateInfo &TemplateInfo = ParsedTemplateInfo(), AccessSpecifier AS = AS_none); + const ParsedTemplateInfo &TemplateInfo = ParsedTemplateInfo(), + AccessSpecifier AS = AS_none); void ParseEnumBody(SourceLocation StartLoc, Decl *TagDecl); void ParseStructUnionBody(SourceLocation StartLoc, unsigned TagType, Decl *TagDecl);