summaryrefslogtreecommitdiff
path: root/scripts/local-top
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 /scripts/local-top
parent8e9ecf2b5f9ced135e29d12fbe53c727a248934d (diff)
downloadinitramfs-tools-17d01b3434dac54ace5991029ed069b3d185ffd2.tar.gz
initramfs-tools-17d01b3434dac54ace5991029ed069b3d185ffd2.zip
massif whitespace cleanup
Diffstat (limited to 'scripts/local-top')
-rwxr-xr-xscripts/local-top/udev_helper2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/local-top/udev_helper b/scripts/local-top/udev_helper
index 5a747ba..2d4c209 100755
--- a/scripts/local-top/udev_helper
+++ b/scripts/local-top/udev_helper
@@ -19,5 +19,5 @@ esac
# but might be an old fashioned ISA controller; in which case
# we need to load ide-generic.
if [ ! -e "${ROOT}" -o "${ROOT}" = "/dev/root" ]; then
- modprobe -q ide-generic
+ modprobe -q ide-generic
fi