[cfe-commits] r152695 - /cfe/trunk/test/Driver/diagnostics.c

Matt Beaumont-Gay matthewbg at google.com
Tue Mar 13 18:23:41 PDT 2012


Author: matthewbg
Date: Tue Mar 13 20:23:41 2012
New Revision: 152695

URL: http://llvm.org/viewvc/llvm-project?rev=152695&view=rev
Log:
Remove trailing whitespace (especially after a \ which should be trailing)

Modified:
    cfe/trunk/test/Driver/diagnostics.c

Modified: cfe/trunk/test/Driver/diagnostics.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Driver/diagnostics.c?rev=152695&r1=152694&r2=152695&view=diff
==============================================================================
--- cfe/trunk/test/Driver/diagnostics.c (original)
+++ cfe/trunk/test/Driver/diagnostics.c Tue Mar 13 20:23:41 2012
@@ -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





More information about the cfe-commits mailing list