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:
parent
2fbf23846c
commit
3a6171d80e
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user