summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDieter Plaetinck <dieter@plaetinck.be>2010-03-07 15:08:29 +0100
committerDieter Plaetinck <dieter@plaetinck.be>2010-03-07 15:08:29 +0100
commitf212b3b4600c41fff674a7818fba1b7eff672651 (patch)
treea7a056091b76c14613b64f467ddfbe7429c29f92
parent0c50ce59776db74a792ebc6ee04cef1119b55f54 (diff)
fix some whitespace2010.03.09
-rw-r--r--src/core/libs/lib-blockdevices-filesystems.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/core/libs/lib-blockdevices-filesystems.sh b/src/core/libs/lib-blockdevices-filesystems.sh
index 841ccf4..8346385 100644
--- a/src/core/libs/lib-blockdevices-filesystems.sh
+++ b/src/core/libs/lib-blockdevices-filesystems.sh
@@ -1,6 +1,5 @@
#!/bin/bash
-
# FORMAT DEFINITIONS:
# -- formats used to interface with this library --
@@ -29,8 +28,6 @@
modprobe -q dm-crypt || show_warning modprobe 'Could not modprobe dm-crypt. no support for disk encryption'
modprobe -q aes-i586 || modprobe -q aes-x86-64 || show_warning modprobe 'Could not modprobe aes-i586 or aes-x86-64. no support for disk encryption'
-
-
TMP_DEV_MAP=$RUNTIME_DIR/aif-dev.map
TMP_FSTAB=$RUNTIME_DIR/aif-fstab
TMP_PARTITIONS=$RUNTIME_DIR/aif-partitions
@@ -873,5 +870,3 @@ mdraid_all-slaves ()
done
echo $slaves
}
-
-