Remove trailing whitespace (especially after a \ which should be trailing)

llvm-svn: 152695
This commit is contained in:
Matt Beaumont-Gay 2012-03-14 01:23:41 +00:00
parent 91b9ac8ae9
commit 1c883c58dd
1 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@
// PR12181
// RUN: not %clang -target x86_64-apple-darwin10 \
// RUN: -fsyntax-only -fzyzzybalubah \
// RUN: -Werror=unused-command-line-argument %s
// RUN: -fsyntax-only -fzyzzybalubah \
// RUN: -Werror=unused-command-line-argument %s
// RUN: not %clang -target x86_64-apple-darwin10 \
// RUN: -fsyntax-only -fzyzzybalubah -Werror %s
// RUN: -fsyntax-only -fzyzzybalubah -Werror %s