From 1691dc4a7aa6835d28e6c2217505e778b606c733 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Tue, 12 Nov 2013 18:07:35 +0000 Subject: [PATCH] Remove trailing spaces git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@194498 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Misc/warning-flags.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test/Misc/warning-flags.c b/test/Misc/warning-flags.c index d7555822cc..e61225ad20 100644 --- a/test/Misc/warning-flags.c +++ b/test/Misc/warning-flags.c @@ -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. -- 2.40.0