From: Chris Lattner Date: Sun, 15 Feb 2009 22:44:22 +0000 (+0000) Subject: lots of trailing whitespace X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8e9dcb720bbc373ac6a152322f99a5ec46629c2e;p=clang lots of trailing whitespace git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@64613 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Sema/SemaDecl.cpp b/lib/Sema/SemaDecl.cpp index a80507ae4e..a47094ecfe 100644 --- a/lib/Sema/SemaDecl.cpp +++ b/lib/Sema/SemaDecl.cpp @@ -3472,7 +3472,7 @@ Sema::DeclTy *Sema::ActOnIvar(Scope *S, : ObjCIvarDecl::None; // Construct the decl. - ObjCIvarDecl *NewID = ObjCIvarDecl::Create(Context, Loc, II, T, ac, + ObjCIvarDecl *NewID = ObjCIvarDecl::Create(Context, Loc, II, T, ac, (Expr *)BitfieldWidth); if (II) {