Skip to content

Commit

Permalink
sitl_run.sh: use tabs, not spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
julianoes authored and dagar committed May 9, 2019
1 parent abed18d commit e1f42ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Tools/sitl_run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ SIM_PID=0

# Allow speed factor to bet set from environment.
if [[ -n "$PX4_SIM_SPEED_FACTOR" ]]; then
speed_factor=$PX4_SIM_SPEED_FACTOR
speed_factor=$PX4_SIM_SPEED_FACTOR
else
speed_factor=1
speed_factor=1
fi

if [ "$program" == "jmavsim" ] && [ ! -n "$no_sim" ]; then
Expand Down Expand Up @@ -116,7 +116,7 @@ export PX4_SIM_MODEL=${model}


if [[ -n "$DONT_RUN" ]]; then
echo "Not running simulation (\$DONT_RUN is set)."
echo "Not running simulation (\$DONT_RUN is set)."
elif [ "$debugger" == "lldb" ]; then
eval lldb -- $sitl_command
elif [ "$debugger" == "gdb" ]; then
Expand Down

0 comments on commit e1f42ae

Please sign in to comment.