Skip to content

Commit

Permalink
run ./cleanup_code.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jamespetts authored and github-actions[bot] committed Mar 3, 2024
1 parent 6b9e888 commit ddce94c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/line_waiting_status.cc
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ void gui_line_waiting_status_t::init()
if (show_name) {
gui_label_buf_t *lb = new_component<gui_label_buf_t>(SYSCOL_TEXT_WEAK);
if (is_waypoint) {

if (gr) {
if (const char *label_text = gr->get_text()) {
lb->buf().printf(" %s", label_text);
Expand Down

0 comments on commit ddce94c

Please sign in to comment.