summaryrefslogtreecommitdiff
path: root/tailor.h
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2010-02-03 08:53:02 +0100
committerJim Meyering <meyering@redhat.com>2010-02-03 08:53:02 +0100
commit3ea7fe86ac3c1a887038e0e3e1c07ba4634ad1a5 (patch)
tree724c373678f99a6b2a797f0879804b6125c65883 /tailor.h
parent2bea18bc85c6815e742dd3aa287d8f7aa2f0bb74 (diff)
downloadgzip-3ea7fe86ac3c1a887038e0e3e1c07ba4634ad1a5.tar.gz
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 'tailor.h')
-rw-r--r--tailor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tailor.h b/tailor.h
index a7af35d..de02ae0 100644
--- a/tailor.h
+++ b/tailor.h
@@ -251,7 +251,7 @@
#endif
- /* Common defaults */
+ /* Common defaults */
#ifndef OS_CODE
# define OS_CODE 0x03 /* assume Unix */