mirror of
https://github.com/RainerKuemmerle/g2o.git
synced 2026-01-18 21:21:18 +01:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
committed by
Rainer Kümmerle
parent
25093dc60a
commit
39d07661ec
@@ -62,8 +62,7 @@ class HyperGraphElementCreator : public AbstractHyperGraphElementCreator {
|
||||
defined(__GNUC__) // force stack alignment on Windows with GCC
|
||||
__attribute__((force_align_arg_pointer))
|
||||
#endif
|
||||
HyperGraph::HyperGraphElement*
|
||||
construct() {
|
||||
HyperGraph::HyperGraphElement* construct() {
|
||||
return new T;
|
||||
}
|
||||
virtual const std::string& name() const { return _name; }
|
||||
|
||||
Reference in New Issue
Block a user