aboutsummaryrefslogtreecommitdiffstats
path: root/lib/strnumcmp.c
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2009-08-22 18:56:06 +0200
committerJim Meyering <meyering@redhat.com>2009-08-25 09:21:00 +0200
commit5e778f7c8d1ecf3d8f11385db013af2ba026e2a5 (patch)
treee460d471f37f0dce1ba06f60f88114d1a65326c4 /lib/strnumcmp.c
parentcp: ignore obscure failure to preserve symlink time stamps, (diff)
downloadcoreutils-5e778f7c8d1ecf3d8f11385db013af2ba026e2a5.tar.gz
coreutils-5e778f7c8d1ecf3d8f11385db013af2ba026e2a5.zip
global: convert indentation-TABs to spaces
Transformed via this shell code: t=$'\t' git ls-files \ | grep -vE '(^|/)((GNU)?[Mm]akefile|ChangeLog)|\.(am|mk)$' \ | grep -vE 'tests/pr/|help2man' \ | xargs grep -lE "^ *$t" \ | xargs perl -MText::Tabs -ni -le \ '$m=/^( *\t[ \t]*)(.*)/; print $m ? expand($1) . $2 : $_'
Diffstat (limited to 'lib/strnumcmp.c')
-rw-r--r--lib/strnumcmp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/strnumcmp.c b/lib/strnumcmp.c
index 2a2f2f729..aae09e156 100644
--- a/lib/strnumcmp.c
+++ b/lib/strnumcmp.c
@@ -25,7 +25,7 @@
int
strnumcmp (char const *a, char const *b,
- int decimal_point, int thousands_sep)
+ int decimal_point, int thousands_sep)
{
return numcompare (a, b, decimal_point, thousands_sep);
}