Skip to content

Commit 39d0766

Browse files
pre-commit-ci[bot]RainerKuemmerle
authored andcommitted
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 25093dc commit 39d0766

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

g2o/core/creators.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,7 @@ class HyperGraphElementCreator : public AbstractHyperGraphElementCreator {
6262
defined(__GNUC__) // force stack alignment on Windows with GCC
6363
__attribute__((force_align_arg_pointer))
6464
#endif
65-
HyperGraph::HyperGraphElement*
66-
construct() {
65+
HyperGraph::HyperGraphElement* construct() {
6766
return new T;
6867
}
6968
virtual const std::string& name() const { return _name; }

0 commit comments

Comments
 (0)