Skip to content

Commit 063a6f7

Browse files
committed
[LLD] [MinGW] Get rid of trailing whitespace. NFC.
1 parent fdb1bf9 commit 063a6f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lld/MinGW/Options.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ defm guard_longjmp : B<"guard-longjmp",
212212
"Do not enable Control Flow Guard long jump hardening">;
213213
defm error_limit:
214214
EqLong<"error-limit", "Maximum number of errors to emit before stopping (0 = no limit)">;
215-
def build_id: J<"build-id=">, HelpText<"Generate build ID note (pass none to disable)">,
215+
def build_id: J<"build-id=">, HelpText<"Generate build ID note (pass none to disable)">,
216216
MetaVarName<"<arg>">;
217217
def : F<"build-id">, Alias<build_id>, HelpText<"Alias for --build-id=">;
218218
def functionpadmin: J<"functionpadmin=">, HelpText<"Prepares an image for hotpatching">,

0 commit comments

Comments
 (0)