Skip to content

Commit 6e21598

Browse files
committed
DAOS-19102 control: strip trailing whitespace in get_build_flags comment
Signed-off-by: Michael MacDonald <github@macdonald.cx>
1 parent f8d8483 commit 6e21598

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/control/SConscript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def get_build_flags(benv):
5656
flags = '-gcflags "all=-N -l"'
5757
# Valgrind variant: instrument the Go runtime for Memcheck and leave the
5858
# race detector off because it does not stack with memcheck.
59-
#
59+
#
6060
if benv.d_is_valgrind_build():
6161
return flags
6262
# enable AddressSanitizer to detect memory safety issues at runtime

0 commit comments

Comments
 (0)