Skip to content

Commit fad4d1b

Browse files
author
Sam Kleinman
committed
minor: whitespace
1 parent 354622b commit fad4d1b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bin/makefile-builder/links.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ def make_link(make_target, link_target, makefile_block):
3131
m.target(link_location, '$(branch-output)/dirhtml', makefile_block)
3232

3333
if makefile_block == 'content':
34-
m.target(make_target, '', makefile_block)
34+
m.target(make_target, '', makefile_block)
3535
else:
36-
m.append_var('LINKS', make_target, makefile_block)
37-
m.target(make_target, link_location, makefile_block)
36+
m.append_var('LINKS', make_target, makefile_block)
37+
m.target(make_target, link_location, makefile_block)
3838

3939
m.job('@bin/create-link ' + link_target + ' $(notdir $@) ' + link_location, makefile_block)
4040
m.msg('[symlink]: created a link at: $@', makefile_block)

0 commit comments

Comments
 (0)