Skip to content
Snippets Groups Projects
Commit ebe08ece authored by Juntong Liu's avatar Juntong Liu
Browse files

Change indent of 3 lines to make shfmt happy

parent a7eecc98
No related branches found
No related tags found
No related merge requests found
...@@ -334,9 +334,9 @@ function loadFiles() { ...@@ -334,9 +334,9 @@ function loadFiles() {
shift shift
if [[ -z "${1#*=}" ]]; then if [[ -z "${1#*=}" ]]; then
__LOADER__="gdb --eval-command run --args " __LOADER__="gdb --eval-command run --args "
else else
__LOADER__="gdb ${1#*=} " __LOADER__="gdb ${1#*=} "
fi fi
else else
printf "Wrong option format!" printf "Wrong option format!"
help help
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment