summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2008-01-02 18:13:00 +0100
committerJim Meyering <meyering@redhat.com>2008-01-14 17:57:50 +0100
commita9f7c5e9b5314aebac07dca09557f16897be678e (patch)
treeb4aad749dc72956b5db3e3826aa588e62eb3bdfa
parentbb553d94c22340eec3b3a07a1a7b88b8415181c6 (diff)
downloadidutils-a9f7c5e9b5314aebac07dca09557f16897be678e.tar.gz
idutils-a9f7c5e9b5314aebac07dca09557f16897be678e.tar.bz2
idutils-a9f7c5e9b5314aebac07dca09557f16897be678e.zip
Avoid SPACE-TAB.
* testsuite/consistency: Use TAB-SPACE, instead. * src/defid: Likewise. Signed-off-by: Jim Meyering <meyering@redhat.com>
-rw-r--r--src/defid2
-rwxr-xr-xtestsuite/consistency4
2 files changed, 3 insertions, 3 deletions
diff --git a/src/defid b/src/defid
index dcb8da3..e365ff1 100644
--- a/src/defid
+++ b/src/defid
@@ -2,5 +2,5 @@
for sym
do
- gid $sym |egrep '(}[ ]*|:[ ]*#[ ]*define[ ]+)'$sym'|typedef\>.*[ ]+'$sym
+ gid $sym |egrep '(}[ ]*|:[ ]*#[ ]*define[ ]+)'$sym'|typedef\>.*[ ]+'$sym
done
diff --git a/testsuite/consistency b/testsuite/consistency
index 5d56d0b..fc3def8 100755
--- a/testsuite/consistency
+++ b/testsuite/consistency
@@ -1,6 +1,6 @@
#! /bin/sh
-# Copyright (C) 2007 Free Software Foundation, Inc.
+# Copyright (C) 2007-2008 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -35,7 +35,7 @@ if eval $cmd; then
files="`$bindir/fnid || exit 1`"
if $bindir/xtokid $m_flag $files |sort -u >ID.xti &&
- $bindir/lid |sed -e 's/[ ].*//' |sort -u >ID.lid &&
+ $bindir/lid |sed -e 's/[ ].*//' |sort -u >ID.lid &&
cmp -s ID.xti ID.lid
then
rm -f ID.xti ID.lid