From: Chris Lattner Date: Thu, 10 Jan 2008 01:41:55 +0000 (+0000) Subject: Ted apparently likes crazy whitespace at the end of line. Crush his spirit by X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3a2781c2c038002305eb90e9e960b3c812937960;p=clang Ted apparently likes crazy whitespace at the end of line. Crush his spirit by 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 --- diff --git a/Driver/clang.cpp b/Driver/clang.cpp index 50ff6d0162..c2ebfb38a8 100644 --- a/Driver/clang.cpp +++ b/Driver/clang.cpp @@ -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",