diff options
author | Erich Eckner <git@eckner.net> | 2018-12-28 10:41:29 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-12-28 10:41:29 +0100 |
commit | 2cf8bb666753b67ccc2bfff532a03270a823906f (patch) | |
tree | 4cd06a2f886cb57fa919a0835ff4a9f8fb24a8dd | |
parent | 0477c07d7cfd4181b053eee63fbaca8f1872ab16 (diff) | |
download | cryptfs-daemon-2cf8bb666753b67ccc2bfff532a03270a823906f.tar.xz |
cryptfs.bin.in: fix indentation
-rw-r--r-- | cryptfs.bin.in | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/cryptfs.bin.in b/cryptfs.bin.in index f00417b..1930ec5 100644 --- a/cryptfs.bin.in +++ b/cryptfs.bin.in @@ -96,12 +96,12 @@ fstab=$( ' '#ETCDIR#/fstab' | \ sort -u | \ cat -n | \ - sed ' - s|UUID=|#UUIDDIR#/| - s/\s\+/ /g - s/^ // - s/ $// - ' + sed ' + s|UUID=|#UUIDDIR#/| + s/\s\+/ /g + s/^ // + s/ $// + ' ) mount_details() { |