Skip to content

Commit

Permalink
fix file formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
CoolSpy3 committed Jul 8, 2024
1 parent c1928dc commit 16f6a78
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/webots/nodes/utils/WbNodeUtilities.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,9 @@ namespace {
return false;
}

bool isSolidNode(WbBaseNode *node) { return dynamic_cast<WbSolid *>(node); }
bool isSolidNode(WbBaseNode *node) {
return dynamic_cast<WbSolid *>(node);
}

bool doesFieldRestrictionAcceptNode(const WbField *const field, const QString &nodeModelName, const WbNodeModel *nodeModel,
const QStringList &protoParentList) {
Expand Down

0 comments on commit 16f6a78

Please sign in to comment.