Replace tab with spaces

This commit is contained in:
hellekin 2014-11-27 13:01:35 -03:00
parent f7ea486e13
commit 29040b2d7f

2
tomb
View File

@ -317,7 +317,7 @@ _ensure_safe_swap() {
if [[ $r -eq 2 ]]; then
_success "All your swaps are belong to crypt. Good."
else
_warning "This poses a security risk."
_warning "This poses a security risk."
_warning "You can deactivate all swap partitions using the command:"
_warning " swapoff -a"
_warning "But if you want to proceed like this, use the -f (force) flag."