Skip to content

Commit

Permalink
Code style.
Browse files Browse the repository at this point in the history
  • Loading branch information
ams-tschoening committed Jul 24, 2022
1 parent cdc570b commit af00f71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion btrfs-auto-snapshot
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ argsp_stdin_to_array()
do
local is_blank
local is_comment
local_is_empty
local is_empty

is_blank="$( echo "${line}" | grep --count -e '^[[:space:]]*$')"
is_comment="$(echo "${line}" | grep --count -e '^#')"
Expand Down

0 comments on commit af00f71

Please sign in to comment.