]> granicus.if.org Git - clang/commitdiff
lots of trailing whitespace
authorChris Lattner <sabre@nondot.org>
Sun, 15 Feb 2009 22:44:22 +0000 (22:44 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 15 Feb 2009 22:44:22 +0000 (22:44 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@64613 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Sema/SemaDecl.cpp

index a80507ae4e66be5bc4d5e136c9bea1512027ccb4..a47094ecfedce289984f55a1745c2fc766af81c0 100644 (file)
@@ -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) {