]> granicus.if.org Git - clang/commitdiff
[Docs] Add missing space to an option doc
authorAlex Lorenz <arphaman@gmail.com>
Wed, 15 Feb 2017 23:24:15 +0000 (23:24 +0000)
committerAlex Lorenz <arphaman@gmail.com>
Wed, 15 Feb 2017 23:24:15 +0000 (23:24 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@295256 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Driver/Options.td

index d63e565ea3e6308ff45fbdbf61b09b99a933d3bf..9aa5541751bf8c851c6f9124d7bdc4e24f53a644 100644 (file)
@@ -1448,8 +1448,8 @@ def fno_unique_section_names : Flag <["-"], "fno-unique-section-names">,
 
 def fstrict_return : Flag<["-"], "fstrict-return">, Group<f_Group>,
   Flags<[CC1Option]>,
-  HelpText<"Always treat control flow paths that fall off the end of a non-void"
-           "function as unreachable">;
+  HelpText<"Always treat control flow paths that fall off the end of a "
+           "non-void function as unreachable">;
 def fno_strict_return : Flag<["-"], "fno-strict-return">, Group<f_Group>,
   Flags<[CC1Option]>;