Skip to content

Commit

Permalink
Replace hard tabs with spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Cochrane committed Feb 21, 2015
1 parent 2f506b6 commit 1266647
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions util/update-and-sync
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ else
exec >$LOGFILE 2>&1
# if the htmilfy fails, sync the build log.
# since sync-build-log returns false, not the whole thing is synced
./htmlify.p6 --no-highlight || ./util/sync-build-log
./util/sync
./htmlify.p6 --no-highlight || ./util/sync-build-log
./util/sync
fi

# vim: expandtab shiftwidth=4

0 comments on commit 1266647

Please sign in to comment.