Skip to content

Commit

Permalink
Minor: moved default to right indent level
Browse files Browse the repository at this point in the history
  • Loading branch information
zchen24 committed Dec 3, 2019
1 parent 5c7436b commit 1d8d979
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions joy/src/joy_node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -447,10 +447,10 @@ class Joystick

publish_soon = true;
break;
default:
}
default:
ROS_WARN("joy_node: Unknown event type. Please file a ticket. time=%u, value=%d, type=%Xh, number=%d", event.time, event.value, event.type, event.number);
break;
}
}
}
else if (tv_set) // Assume that the timer has expired.
Expand Down

0 comments on commit 1d8d979

Please sign in to comment.