r202269 - Add newlines to fallback-style description. Patch by Kamal Essoufi\!

Alexander Kornienko alexfh at google.com
Wed Feb 26 07:03:57 PST 2014


Author: alexfh
Date: Wed Feb 26 09:03:57 2014
New Revision: 202269

URL: http://llvm.org/viewvc/llvm-project?rev=202269&view=rev
Log:
Add newlines to fallback-style description. Patch by Kamal Essoufi\!

Modified:
    cfe/trunk/tools/clang-format/ClangFormat.cpp

Modified: cfe/trunk/tools/clang-format/ClangFormat.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/tools/clang-format/ClangFormat.cpp?rev=202269&r1=202268&r2=202269&view=diff
==============================================================================
--- cfe/trunk/tools/clang-format/ClangFormat.cpp (original)
+++ cfe/trunk/tools/clang-format/ClangFormat.cpp Wed Feb 26 09:03:57 2014
@@ -65,9 +65,10 @@ static cl::opt<std::string>
           cl::init("file"), cl::cat(ClangFormatCategory));
 static cl::opt<std::string>
 FallbackStyle("fallback-style",
-              cl::desc("The name of the predefined style used as a fallback in "
-                       "case clang-format is invoked with -style=file, but can "
-                       "not find the .clang-format file to use."),
+              cl::desc("The name of the predefined style used as a\n"
+                       "fallback in case clang-format is invoked with\n"
+                       "-style=file, but can not find the .clang-format\n"
+                       "file to use."),
               cl::init("LLVM"), cl::cat(ClangFormatCategory));
 
 static cl::opt<std::string>





More information about the cfe-commits mailing list