]> granicus.if.org Git - clang/commitdiff
Ted apparently likes crazy whitespace at the end of line. Crush his spirit by
authorChris Lattner <sabre@nondot.org>
Thu, 10 Jan 2008 01:41:55 +0000 (01:41 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 10 Jan 2008 01:41:55 +0000 (01:41 +0000)
removing them, fitting the file into 80 columns. :)

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@45807 91177308-0d34-0410-b5e6-96231b3b80d8

Driver/clang.cpp

index 50ff6d0162ae7c861ba05ae1c788b6f8bca3a971..c2ebfb38a846db5b1465879a0b513c0084d8096b 100644 (file)
@@ -110,7 +110,7 @@ ProgAction(llvm::cl::desc("Choose output type:"), llvm::cl::ZeroOrMore,
              clEnumValN(WarnUninitVals, "warn-uninit-values",
                         "Flag warnings of uses of unitialized variables."),
              clEnumValN(AnalysisGRConstProp, "gr-const-prop",
-                        "Perform path-sensitive constant propagation."),                            
+                        "Perform path-sensitive constant propagation."),
              clEnumValN(TestSerialization, "test-pickling",
                         "Run prototype serializtion code."),
              clEnumValN(EmitLLVM, "emit-llvm",