initramfs: Fix inconsistent whitespace

This fixes one instance of inconsistent whitespace.

Signed-off-by: Richard Laager <rlaager@wiktel.com>
This commit is contained in:
Richard Laager 2017-11-01 21:53:22 -05:00
parent c9427c4696
commit 4767c7a14e
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ get_pools()
fi fi
fi fi
# Filter out any exceptions... # Filter out any exceptions...
if [ -n "$ZFS_POOL_EXCEPTIONS" ] if [ -n "$ZFS_POOL_EXCEPTIONS" ]
then then
local found="" local found=""