Skip to content

Commit

Permalink
Convert tab to spaces
Browse files Browse the repository at this point in the history
Spaces seem to be the convention for these files, for better or worse, so make
things consistent.
  • Loading branch information
cqexbesd committed Jul 24, 2022
1 parent a352fd6 commit 797f406
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usr/local/share/bastille/rdr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ while [ $# -gt 0 ]; do
shift 3
if [ $# -gt 3 ]; then
for last in $@; do
true
true
done
if [ $2 == "(" ] && [ $last == ")" ] ; then
check_jail_validity
Expand Down

0 comments on commit 797f406

Please sign in to comment.