summaryrefslogtreecommitdiff
path: root/gtkdoc-check.in
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sf.net>2011-04-15 06:40:43 +0300
committerStefan Kost <ensonic@users.sf.net>2011-04-15 23:49:32 +0300
commita099085e64f71a424f370779a86c62e3a0e2948a (patch)
tree73ae769f3aba82d43d98b7dfb057e9f1c1337b71 /gtkdoc-check.in
parentac3a10b4647b4d5e97cb2f31c78d2a56d7a4a918 (diff)
downloadgtk-doc-a099085e64f71a424f370779a86c62e3a0e2948a.tar.gz
indent: convert tabs to spaces in perl files
Diffstat (limited to 'gtkdoc-check.in')
-rwxr-xr-xgtkdoc-check.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/gtkdoc-check.in b/gtkdoc-check.in
index b2d71b6..560d69b 100755
--- a/gtkdoc-check.in
+++ b/gtkdoc-check.in
@@ -22,8 +22,8 @@
#############################################################################
# Script : gtkdoc-check
# Description : Runs various checks on built documentation and outputs test
-# results. Can be run druring make check, by adding this to the
-# documentations Makefile.am: TESTS = $(GTKDOC_CHECK)
+# results. Can be run druring make check, by adding this to the
+# documentations Makefile.am: TESTS = $(GTKDOC_CHECK)
#############################################################################
use strict;
@@ -33,7 +33,7 @@ my $PRINT_VERSION;
my $PRINT_HELP;
my %optctl = ('version' => \$PRINT_VERSION,
- 'help' => \$PRINT_HELP);
+ 'help' => \$PRINT_HELP);
GetOptions(\%optctl, "version", "help");
if ($PRINT_VERSION) {