Skip to content

Commit b00e998

Browse files
author
Kevin Frei
committed
Removed an inadvertent auto-formatter change
1 parent 2998d95 commit b00e998

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lldb/packages/Python/lldbsuite/test/make/Makefile.rules

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ LLDB_BASE_DIR := $(THIS_FILE_DIR)/../../../../../
5151
#
5252
# GNUWin32 uname gives "windows32" or "server version windows32" while
5353
# some versions of MSYS uname return "MSYS_NT*", but most environments
54-
# standardize on "Windows_NT", so we'll make it consistent here.
54+
# standardize on "Windows_NT", so we'll make it consistent here.
5555
# When running tests from Visual Studio, the environment variable isn't
5656
# inherited all the way down to the process spawned for make.
5757
#----------------------------------------------------------------------
@@ -589,7 +589,7 @@ endif
589589

590590

591591
#----------------------------------------------------------------------
592-
# Support emitting the context of the GNU build-id into a file
592+
# Support emitting the content of the GNU build-id into a file
593593
# This needs to be used in conjunction with GEN_GNU_BUILD_ID := YES
594594
#----------------------------------------------------------------------
595595
$(EXE).uuid : $(EXE)

0 commit comments

Comments
 (0)