]> granicus.if.org Git - clang/commitdiff
Remove trailing spaces
authorSylvestre Ledru <sylvestre@debian.org>
Tue, 12 Nov 2013 18:07:35 +0000 (18:07 +0000)
committerSylvestre Ledru <sylvestre@debian.org>
Tue, 12 Nov 2013 18:07:35 +0000 (18:07 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@194498 91177308-0d34-0410-b5e6-96231b3b80d8

test/Misc/warning-flags.c

index d7555822cc1255fb735f2c3c42a81e0c13b01de1..e61225ad20a5d6be05f0862a40bba2ed873ea5da 100644 (file)
@@ -5,16 +5,16 @@ This test serves two purposes:
 
 (1) It documents all existing warnings that currently have no associated -W flag,
     and ensures that the list never grows.
-    
+
     If take an existing warning and add a flag, this test will fail.  To
     fix this test, simply remove that warning from the list below.
-    
+
 (2) It prevents us adding new warnings to Clang that have no -W flag.  All
     new warnings should have -W flags.
-    
+
     If you add a new warning without a flag, this test will fail.  To fix
     this test, simply add a warning group to that warning.
-    
+
 
 The list of warnings below should NEVER grow.  It should gradually shrink to 0.