diff options
author | Chris Lattner <sabre@nondot.org> | 2009-02-15 22:44:22 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-02-15 22:44:22 +0000 |
commit | 8e9dcb720bbc373ac6a152322f99a5ec46629c2e (patch) | |
tree | 1a71784a5d545b444aede340389eafbbe36a3539 /lib/Sema/SemaDecl.cpp | |
parent | 76a642ff4fce7a0648c79a1f01324a8c3880e251 (diff) |
lots of trailing whitespace
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@64613 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Sema/SemaDecl.cpp')
-rw-r--r-- | lib/Sema/SemaDecl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |