diff options
| author | NAKAMURA Takumi <geek4civic@gmail.com> | 2014-08-04 22:48:09 +0000 |
|---|---|---|
| committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2014-08-04 22:48:09 +0000 |
| commit | c59c64452354f880bfc47d54d65afddb21f273b4 (patch) | |
| tree | cf6f30f64e2a55e91e585b1178544547ef2541dc | |
| parent | fe5b4ed82247eac485b6cc0f03c53204c81bcb35 (diff) | |
| download | bcm5719-llvm-c59c64452354f880bfc47d54d65afddb21f273b4.tar.gz bcm5719-llvm-c59c64452354f880bfc47d54d65afddb21f273b4.zip | |
Trailing linefeed.
llvm-svn: 214793
| -rw-r--r-- | clang/test/Sema/struct-packed-align.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/clang/test/Sema/struct-packed-align.c b/clang/test/Sema/struct-packed-align.c index 3d6e165c27d..e28399d56a0 100644 --- a/clang/test/Sema/struct-packed-align.c +++ b/clang/test/Sema/struct-packed-align.c @@ -133,7 +133,3 @@ struct nS { extern int n1[sizeof(struct nS) == 9 ? 1 : -1]; extern int n2[__alignof(struct nS) == 1 ? 1 : -1]; - - - - |

