summaryrefslogtreecommitdiff
path: root/libparted/tests/common.c
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2009-03-05 19:22:39 +0100
committerJim Meyering <meyering@redhat.com>2009-03-05 20:45:57 +0100
commit099eaa4acd0d8ca10ec48f67c13382ffb556b703 (patch)
tree258d566cf610167d1433f3e7431bc1ed7b520c9d /libparted/tests/common.c
parentbcc72af3370b9511351b451e3c96c8375346ff7c (diff)
downloadparted-099eaa4acd0d8ca10ec48f67c13382ffb556b703.tar.gz
remove all trailing blanks
...by running these commands: t=$'\t' git grep -l "[ $t]\$"|xargs perl -pi -e 's/[ \t]+$//'
Diffstat (limited to 'libparted/tests/common.c')
-rw-r--r--libparted/tests/common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libparted/tests/common.c b/libparted/tests/common.c
index e7ce56f..f759745 100644
--- a/libparted/tests/common.c
+++ b/libparted/tests/common.c
@@ -69,6 +69,6 @@ _implemented_disk_label (const char *label)
/* Not implemented yet */
if (strncmp (label, "aix", 3) == 0)
return 0;
-
+
return 1;
}