From c795ca2f1c49245436e4d9a9a9b0406cc2108766 Mon Sep 17 00:00:00 2001 From: Alex Lorenz Date: Wed, 15 Feb 2017 23:24:15 +0000 Subject: [PATCH] [Docs] Add missing space to an option doc git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@295256 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/clang/Driver/Options.td | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/clang/Driver/Options.td b/include/clang/Driver/Options.td index d63e565ea3..9aa5541751 100644 --- a/include/clang/Driver/Options.td +++ b/include/clang/Driver/Options.td @@ -1448,8 +1448,8 @@ def fno_unique_section_names : Flag <["-"], "fno-unique-section-names">, def fstrict_return : Flag<["-"], "fstrict-return">, 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, Flags<[CC1Option]>; -- 2.40.0