1
0
mirror of https://github.com/google/benchmark.git synced 2025-04-17 23:12:30 +08:00

Add missing space

This commit is contained in:
Christian Clauss 2025-01-22 13:50:23 +01:00 committed by GitHub
parent 2fbf23846c
commit 3a6171d80e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -84,7 +84,7 @@ def IsHeaderFile(filename):
def GetCompilationInfoForFile(filename):
# The compilation_commands.json file generated by CMake does not have
# entriesfor header files. So we do our best by asking the db for flags for
# entries for header files. So we do our best by asking the db for flags for
# a corresponding source file, if any. If one exists, the flags for that
# file should be good enough.
if IsHeaderFile(filename):