Skip to content

Commit

Permalink
Update dictionary.
Browse files Browse the repository at this point in the history
Signed-off-by: Miguel Company <MiguelCompany@eprosima.com>
  • Loading branch information
MiguelCompany committed Mar 1, 2021
1 parent 2d0d0d1 commit 8cb0522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ament_uncrustify/ament_uncrustify/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def main(argv=sys.argv[1:]):
start_time = time.time()

files_by_language = get_files(
args.paths, {'C': c_extensions, 'C++': cpp_extensions},
args.paths, {'C': c_extensions, 'CPP': cpp_extensions},
excludes=args.exclude, language=args.language)
if not files_by_language:
print('No files found', file=sys.stderr)
Expand Down

0 comments on commit 8cb0522

Please sign in to comment.