Skip to content

Commit

Permalink
pre-commit autoupdate (#837)
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] authored and RainerKuemmerle committed Dec 7, 2024
1 parent c7971d4 commit 5fda0e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion g2o/core/optimizable_graph.h
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ class G2O_CORE_API OptimizableGraph : public HyperGraph {
bool operator()(const VertexPtrType1& v1, const VertexPtrType2& v2) const {
return v1->id() < v2->id();
}
};
}; // namespace g2o

/**
* \brief order edges based on the internal ID, which is assigned to the edge
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1498,7 +1498,7 @@ void yyFlexLexer::yyensure_buffer_stack(void) {
return;
}

if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1) {
if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max))-1) {
/* Increase the buffer to prepare for a possible push. */
yy_size_t grow_size = 8 /* arbitrary grow size */;

Expand Down

0 comments on commit 5fda0e4

Please sign in to comment.