Skip to content

Commit

Permalink
Fix formatting on most for clang-format for location_markers_part2
Browse files Browse the repository at this point in the history
  • Loading branch information
AdenKoperczak committed Dec 16, 2024
1 parent ab34633 commit 9d9bc8e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scwx-qt/source/scwx/qt/ui/edit_marker_dialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -284,8 +284,7 @@ void EditMarkerDialog::Impl::set_icon_color(const std::string& color)
}
}

const int i =
iconComboBox->findData(currentIcon);
const int i = iconComboBox->findData(currentIcon);
if (i < 0)
{
return;
Expand Down

0 comments on commit 9d9bc8e

Please sign in to comment.