]> gitweb.fluxo.info Git - git-hooks.git/commitdiff
Fix whitespace errors introduced by
authorBenjamin C Meyer <ben@meyerhome.net>
Wed, 25 Jan 2012 05:10:16 +0000 (00:10 -0500)
committerBenjamin C Meyer <ben@meyerhome.net>
Wed, 25 Jan 2012 05:39:12 +0000 (00:39 -0500)
7502217953a8e8e5b56f0a531a16cfc14b825e82

Signed-off-by: Benjamin C Meyer <ben@meyerhome.net>
LICENSE
git-hooks

diff --git a/LICENSE b/LICENSE
index 62345f605821e5de17e982b208eca425023de0de..a7abbcab07e32ce1ec911f8787fba60ceb4b2857 100644 (file)
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-# Copyright (c) 2010-2011, Benjamin C. Meyer <ben@meyerhome.net>
+# Copyright (c) 2010-2012, Benjamin C. Meyer <ben@meyerhome.net>
 # All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
index d1b1f6e923d03730cb23d861b79e5a5553becf4d..3523c1b996e55d56725f15e0d0a76e778cceac44 100755 (executable)
--- a/git-hooks
+++ b/git-hooks
@@ -1,6 +1,6 @@
 #!/bin/bash
 #
-# Copyright (c) 2010-2011, Benjamin C. Meyer <ben@meyerhome.net>
+# Copyright (c) 2010-2012, Benjamin C. Meyer <ben@meyerhome.net>
 # All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
@@ -43,7 +43,7 @@ function hook_dirs
 
 function list_hooks_in_dir
 {
-         if [[ $OSTYPE =~ 'darwin' ]] ; then   
+    if [[ $OSTYPE =~ 'darwin' ]] ; then
         find "${1}/" -type f 2>/dev/null | grep -v "^.$" | sort
     else
         find "${1}/" -executable -type f 2>/dev/null | grep -v "^.$" | sort -V