Skip to content

Commit

Permalink
Remove extra indents from 84b8fe8
Browse files Browse the repository at this point in the history
  • Loading branch information
sakertooth committed Jan 28, 2023
1 parent 75ecaef commit 3a98c5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/ControllerConnection.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,8 @@ void ControllerConnection::saveSettings( QDomDocument & _doc, QDomElement & _thi
const auto it = std::find(controllers.begin(), controllers.end(), m_controller);
if (it != controllers.end())
{
const int id = std::distance(controllers.begin(), it);
_this.setAttribute("id", id);
const int id = std::distance(controllers.begin(), it);
_this.setAttribute("id", id);
}
}
}
Expand Down

0 comments on commit 3a98c5c

Please sign in to comment.