Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 25, 2024
1 parent e9d40f3 commit da764b6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions g2o/core/hyper_graph_action.h
Original file line number Diff line number Diff line change
Expand Up @@ -178,10 +178,10 @@ class G2O_CORE_API HyperGraphActionLibrary {
/**
* apply an action to all the elements of the graph.
*/
void G2O_CORE_API
applyAction(HyperGraph* graph, HyperGraphElementAction* action,
HyperGraphElementAction::Parameters* parameters = 0,
const std::string& typeName = "");
void G2O_CORE_API applyAction(
HyperGraph* graph, HyperGraphElementAction* action,
HyperGraphElementAction::Parameters* parameters = 0,
const std::string& typeName = "");

/**
* brief write into gnuplot
Expand Down

0 comments on commit da764b6

Please sign in to comment.