Skip to content

Commit 4b70fb4

Browse files
committed
Clang format
1 parent 949b705 commit 4b70fb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shared_gui_components/OSObjectSelector.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ void OSObjectSelector::addObject(const boost::optional<model::ModelObject>& t_ob
278278
int numSelectable = 0;
279279
for (const auto& location : m_selectorCellLocations) {
280280
GridCellInfo* info = getGridCellInfo(location);
281-
if (info){
281+
if (info) {
282282
if (info->isSelected()) {
283283
++numSelected;
284284
}

0 commit comments

Comments
 (0)