commit | 25cf760b54d3b88633827501013bc51a29b28aba | [log] [tgz] |
---|---|---|
author | Mike Stump <mrs@apple.com> | Wed Sep 09 15:08:12 2009 +0000 |
committer | Mike Stump <mrs@apple.com> | Wed Sep 09 15:08:12 2009 +0000 |
tree | 07065b80cb7787bb7b9ffcb985196007a57e86f7 | |
parent | 6dbc2003c38702cfdcdee292224d9c422a5601fe [diff] [blame] |
Remove tabs, and whitespace cleanups. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@81346 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/Sema/static-init.c b/test/Sema/static-init.c index cd49556..510f3ab 100644 --- a/test/Sema/static-init.c +++ b/test/Sema/static-init.c
@@ -11,11 +11,11 @@ union bar { - int i; + int i; }; struct foo { - unsigned ptr; + unsigned ptr; }; union bar u[1];