[Telepathy-commits] [telepathy-gabble/master] Remove tab in check-c-style.sh

Simon McVittie simon.mcvittie at collabora.co.uk
Tue Aug 19 10:53:22 PDT 2008


20080721132956-53eee-7fd748c43c6a9df70f0e6441c3b821e2fe8e1b87.gz
---
 tools/check-c-style.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tools/check-c-style.sh b/tools/check-c-style.sh
index 6ed106c..dd62fb7 100644
--- a/tools/check-c-style.sh
+++ b/tools/check-c-style.sh
@@ -38,7 +38,7 @@ if grep -En '[(][[:alnum:]_]+\*+[)]' "$@"; then
 fi
 # ... and this only spots variable declarations and function return types
 if grep -En '^ *(static |const |)* *[[:alnum:]_]+\*+([[:alnum:]_]|;|$)' \
-	"$@"; then
+    "$@"; then
   echo "^^^ Our coding style is to have a space before the * of pointer types"
   echo "    (regex 2)"
   fail=1
-- 
1.5.6.3




More information about the Telepathy-commits mailing list