aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Beaumont-Gay <matthewbg@google.com>2012-03-14 01:23:41 +0000
committerMatt Beaumont-Gay <matthewbg@google.com>2012-03-14 01:23:41 +0000
commit4ccf7377fc44127b522b3b830b4ae371a35be2d4 (patch)
tree7fdd3e22b3fd7895971a68a840ed82816925bab2
parent5aed86caa05c0ccfd5d493d619403a2593174001 (diff)
Remove trailing whitespace (especially after a \ which should be trailing)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@152695 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/Driver/diagnostics.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/Driver/diagnostics.c b/test/Driver/diagnostics.c
index 9abcdb67f4..8500fad89d 100644
--- a/test/Driver/diagnostics.c
+++ b/test/Driver/diagnostics.c
@@ -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