]> granicus.if.org Git - clang/commitdiff
Indent.
authorChad Rosier <mcrosier@apple.com>
Fri, 21 Dec 2012 21:27:13 +0000 (21:27 +0000)
committerChad Rosier <mcrosier@apple.com>
Fri, 21 Dec 2012 21:27:13 +0000 (21:27 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@170925 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Parse/ParseDecl.cpp

index 1b0c5e9d04ac321e7562f94e99ce2c6a54813070..e7d5ae28bf9a8d2973d731fe2f7307ab4ca84b19 100644 (file)
@@ -458,8 +458,7 @@ void Parser::ParseMicrosoftTypeAttributes(ParsedAttributes &attrs) {
   while (Tok.is(tok::kw___fastcall) || Tok.is(tok::kw___stdcall) ||
          Tok.is(tok::kw___thiscall) || Tok.is(tok::kw___cdecl)   ||
          Tok.is(tok::kw___ptr64) || Tok.is(tok::kw___w64) ||
-         Tok.is(tok::kw___ptr32) ||
-         Tok.is(tok::kw___unaligned)) {
+         Tok.is(tok::kw___ptr32) || Tok.is(tok::kw___unaligned)) {
     IdentifierInfo *AttrName = Tok.getIdentifierInfo();
     SourceLocation AttrNameLoc = ConsumeToken();
     attrs.addNew(AttrName, AttrNameLoc, 0, AttrNameLoc, 0,