aboutsummaryrefslogtreecommitdiff
path: root/functions
diff options
context:
space:
mode:
authorDave Reisner <dreisner@archlinux.org>2011-10-18 14:14:04 -0400
committerDave Reisner <dreisner@archlinux.org>2011-11-06 19:15:52 -0500
commit6e49b6c5a8ce029856e2db4bce0684105fa7e2fd (patch)
tree354aa27c08141af0122ad3f3e44cdae9bc85e5d1 /functions
parent92417647ce005c5de3de710389a708ff293d1c77 (diff)
downloadinitscripts-6e49b6c5a8ce029856e2db4bce0684105fa7e2fd.tar.xz
fix non-uniform indentation
Signed-off-by: Dave Reisner <dreisner@archlinux.org>
Diffstat (limited to 'functions')
-rw-r--r--functions2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions b/functions
index 81328df..471c7d1 100644
--- a/functions
+++ b/functions
@@ -370,7 +370,7 @@ activate_vgs() {
# Newer packages will only have /sbin/cryptsetup and no static binary
# This ensures maximal compatibility with the old and new layout
for CS in /sbin/cryptsetup /usr/sbin/cryptsetup \
- /sbin/cryptsetup.static ''; do
+ /sbin/cryptsetup.static ''; do
[[ -x $CS ]] && break
done