<div dir="ltr">clang-format: improve layout of help message<br><br>Signed-off-by: Bas van den Berg <<a href="mailto:b.van.den.berg.nl@gmail.com">b.van.den.berg.nl@gmail.com</a>><br>---<br> tools/clang-format/ClangFormat.cpp | 4 ++--<br> 1 file changed, 2 insertions(+), 2 deletions(-)<br><br>diff --git a/tools/clang-format/ClangFormat.cpp b/tools/clang-format/ClangFormat.cpp<br>index 14bff19..6cfce07 100644<br>--- a/tools/clang-format/ClangFormat.cpp<br>+++ b/tools/clang-format/ClangFormat.cpp<br>@@ -98,8 +98,8 @@ static cl::opt<unsigned><br> <br> static cl::opt<bool> SortIncludes(<br>     "sort-includes",<br>-    cl::desc("If set, overrides the include sorting behavior determined by the "<br>-             "SortIncludes style flag"),<br>+    cl::desc("If set, overrides the include sorting behavior\n<br>+              determined by the SortIncludes style flag"),<br>     cl::cat(ClangFormatCategory));<br> <br> static cl::list<std::string> FileNames(cl::Positional, cl::desc("[<file> ...]"),<br>-- <br>2.7.4<br><br></div>