Skip to content

Commit 9837a1c

Browse files
authored
[NFC] Add missing spaces in BoolOption for apinotes (#92027)
1 parent d488a54 commit 9837a1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/include/clang/Driver/Options.td

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1858,13 +1858,13 @@ defm apinotes : BoolOption<"f", "apinotes",
18581858
LangOpts<"APINotes">, DefaultFalse,
18591859
PosFlag<SetTrue, [], [ClangOption], "Enable">,
18601860
NegFlag<SetFalse, [], [ClangOption], "Disable">,
1861-
BothFlags<[], [ClangOption, CC1Option], "external API notes support">>,
1861+
BothFlags<[], [ClangOption, CC1Option], " external API notes support">>,
18621862
Group<f_clang_Group>;
18631863
defm apinotes_modules : BoolOption<"f", "apinotes-modules",
18641864
LangOpts<"APINotesModules">, DefaultFalse,
18651865
PosFlag<SetTrue, [], [ClangOption], "Enable">,
18661866
NegFlag<SetFalse, [], [ClangOption], "Disable">,
1867-
BothFlags<[], [ClangOption, CC1Option], "module-based external API notes support">>,
1867+
BothFlags<[], [ClangOption, CC1Option], " module-based external API notes support">>,
18681868
Group<f_clang_Group>;
18691869
def fapinotes_swift_version : Joined<["-"], "fapinotes-swift-version=">,
18701870
Group<f_clang_Group>, Visibility<[ClangOption, CC1Option]>,

0 commit comments

Comments
 (0)