Skip to content

Commit

Permalink
[#3267] cosmetic changes to find headers script
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-pavel committed Mar 21, 2024
1 parent 3dd4ec9 commit 64845de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/find-uninstalled-headers.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def main():
continue
if first:
print('The following headers are not in the _HEADERS section of '
'their respective Makefile.am file:')
'their respective Makefile.am file:')
first = False
print(f'- {header}')
failure = True
Expand Down

0 comments on commit 64845de

Please sign in to comment.