summaryrefslogtreecommitdiff
path: root/libparted/fs/hfs/probe.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/fs/hfs/probe.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/fs/hfs/probe.c')
-rw-r--r--libparted/fs/hfs/probe.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libparted/fs/hfs/probe.c b/libparted/fs/hfs/probe.c
index 4da4594..aea0961 100644
--- a/libparted/fs/hfs/probe.c
+++ b/libparted/fs/hfs/probe.c
@@ -172,9 +172,9 @@ hfs_probe (PedGeometry* geom)
{
PedGeometry* geom_base;
PedGeometry* geom_plus = NULL;
-
+
PED_ASSERT (geom != NULL, return NULL);
-
+
if (!hfsc_can_use_geom (geom))
return NULL;