Skip to content

Commit

Permalink
makedep: Fix whitespace
Browse files Browse the repository at this point in the history
Remove a trailing whitespace
  • Loading branch information
adcroft committed Dec 9, 2022
1 parent 58f39b4 commit f387590
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ac/makedep
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def create_deps(src_dirs, makefile, debug, exec_target, fc_rule, link_externals,
else:
prg2o[ p ] = object_file(f)
if not mods and not prg:
externals.append( object_file(f) )
externals.append( object_file(f) )
all_modules += mods

for f in c_files:
Expand Down

0 comments on commit f387590

Please sign in to comment.