Skip to content

Commit 86cd1df

Browse files
authored
[clang][Driver][NFC] Remove trailing whitespace from Options.td
1 parent 1020ec0 commit 86cd1df

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
@@ -4372,7 +4372,7 @@ def fno_trigraphs : Flag<["-"], "fno-trigraphs">, Group<f_Group>,
43724372
HelpText<"Do not process trigraph sequences">,
43734373
Visibility<[ClangOption, CC1Option]>;
43744374
def funique_source_file_names: Flag<["-"], "funique-source-file-names">, Group<f_Group>,
4375-
HelpText<"Allow the compiler to assume that each translation unit has a unique "
4375+
HelpText<"Allow the compiler to assume that each translation unit has a unique "
43764376
"source file identifier (see -funique-source-file-identifier) at link time">;
43774377
def fno_unique_source_file_names: Flag<["-"], "fno-unique-source-file-names">;
43784378
def unique_source_file_identifier_EQ: Joined<["-"], "funique-source-file-identifier=">, Group<f_Group>,
@@ -7191,7 +7191,7 @@ defm android_pad_segment : BooleanFFlag<"android-pad-segment">, Group<f_Group>;
71917191
def shared_libflangrt : Flag<["-"], "shared-libflangrt">,
71927192
HelpText<"Link the flang-rt shared library">, Group<Link_Group>,
71937193
Visibility<[FlangOption]>, Flags<[NoArgumentUnused]>;
7194-
def static_libflangrt : Flag<["-"], "static-libflangrt">,
7194+
def static_libflangrt : Flag<["-"], "static-libflangrt">,
71957195
HelpText<"Link the flang-rt static library">, Group<Link_Group>,
71967196
Visibility<[FlangOption]>, Flags<[NoArgumentUnused]>;
71977197

0 commit comments

Comments
 (0)