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/CodeGen/global-with-initialiser.c b/test/CodeGen/global-with-initialiser.c index 29b4e21..d253782 100644 --- a/test/CodeGen/global-with-initialiser.c +++ b/test/CodeGen/global-with-initialiser.c
@@ -17,9 +17,9 @@ long double globalLongDoubleArray[5] = { 1.0, 2.0 }; struct Struct { - int member1; - float member2; - char *member3; + int member1; + float member2; + char *member3; }; struct Struct globalStruct = { 1, 2.0f, "foobar"};