Skip to content

Commit

Permalink
Fix some strange whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
pimterry committed Dec 1, 2016
1 parent d61ac93 commit d67485e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions notes
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,10 @@ EOF
}

main() {
ret=0
ret=0
cmd=""

if [ -z "$1" ]; then
if [ -z "$1" ]; then
printf "No command specified\n\n"
usage
exit 1
Expand Down

0 comments on commit d67485e

Please sign in to comment.