summaryrefslogtreecommitdiff
path: root/libparted/labels/dvh.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/labels/dvh.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/labels/dvh.c')
-rw-r--r--libparted/labels/dvh.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libparted/labels/dvh.c b/libparted/labels/dvh.c
index 38b7569..93de8f9 100644
--- a/libparted/labels/dvh.c
+++ b/libparted/labels/dvh.c
@@ -474,8 +474,8 @@ dvh_write (const PedDisk* disk)
}
/* whole disk partition
- * This is only ever written here, and never modified
- * (or even shown) as it must contain the entire disk,
+ * This is only ever written here, and never modified
+ * (or even shown) as it must contain the entire disk,
* and parted does not like overlapping partitions
*/
vh.vh_pt[PNUM_VOLUME].pt_nblks = PED_CPU_TO_BE32 (disk->dev->length);