summaryrefslogtreecommitdiff
path: root/hooks
diff options
context:
space:
mode:
authormaximilian attems <maks@debian.org>2006-07-16 21:54:14 +0200
committermaximilian attems <maks@debian.org>2006-07-16 21:54:14 +0200
commit17d01b3434dac54ace5991029ed069b3d185ffd2 (patch)
treec31f2ca8f0ca57242e7db41ef1bf12c86cc97fa6 /hooks
parent8e9ecf2b5f9ced135e29d12fbe53c727a248934d (diff)
downloadinitramfs-tools-17d01b3434dac54ace5991029ed069b3d185ffd2.tar.gz
initramfs-tools-17d01b3434dac54ace5991029ed069b3d185ffd2.zip
massif whitespace cleanup
Diffstat (limited to 'hooks')
-rwxr-xr-xhooks/lvm2
-rwxr-xr-xhooks/md2
2 files changed, 2 insertions, 2 deletions
diff --git a/hooks/lvm b/hooks/lvm
index 98c0e0a..49a8887 100755
--- a/hooks/lvm
+++ b/hooks/lvm
@@ -23,5 +23,5 @@ fi
copy_exec /lib/lvm-200/vgchange /sbin
for x in dm_mod dm_snapshot dm_mirror; do
- manual_add_modules ${x}
+ manual_add_modules ${x}
done
diff --git a/hooks/md b/hooks/md
index becaba1..df2abc8 100755
--- a/hooks/md
+++ b/hooks/md
@@ -24,5 +24,5 @@ copy_exec /sbin/mdadm /sbin
copy_exec /sbin/mdrun /sbin
for x in md linear raid0 raid1 raid5 raid6 raid10; do
- manual_add_modules ${x}
+ manual_add_modules ${x}
done