Bladeren bron

Add the usual "vi" comment to the end of pre-push-hook.

Ryan C. Gordon 4 jaren geleden
bovenliggende
commit
a6388cf2ca
1 gewijzigde bestanden met toevoegingen van 1 en 2 verwijderingen
  1. 1 2
      build-scripts/git-pre-push-hook.pl

+ 1 - 2
build-scripts/git-pre-push-hook.pl

@@ -76,5 +76,4 @@ print("\n") if $reported;
 
 exit(0);  # Let the push go forward.
 
-# end of git-pre-push-hook.pl ...
-
+# vi: set ts=4 sw=4 expandtab: