Skip to content

Commit 41ae5f4

Browse files
committed
Fixed linting
1 parent 201d48b commit 41ae5f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,7 @@ def has_re2c() -> bool:
623623
n.comment('Tests all build into ninja_test executable.')
624624

625625
# Test-specific version of cflags, must include the GoogleTest
626-
# include directory.
626+
# include directory.
627627
test_cflags = cflags.copy()
628628
test_cflags.append('-I' + os.path.join(gtest_src_dir, 'googletest', 'include'))
629629

0 commit comments

Comments
 (0)