Skip to content

Commit 19720ef

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 658e5b0 commit 19720ef

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

g2o/core/robust_kernel_factory.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,13 +138,13 @@ class RegisterRobustKernelProxy {
138138
// linkage
139139
#define G2O_REGISTER_ROBUST_KERNEL(name, classname) \
140140
extern "C" void G2O_ROBUST_KERNEL_FACTORY_EXPORT \
141-
g2o_robust_kernel_##classname(void) {} \
141+
g2o_robust_kernel_##classname(void) {} \
142142
static g2o::RegisterRobustKernelProxy<classname> \
143143
g_robust_kernel_proxy_##classname(#name);
144144

145145
#define G2O_USE_ROBUST_KERNEL(classname) \
146146
extern "C" void G2O_ROBUST_KERNEL_FACTORY_IMPORT \
147-
g2o_robust_kernel_##classname(void); \
147+
g2o_robust_kernel_##classname(void); \
148148
static g2o::ForceLinker g2o_force_robust_kernel_link_##classname( \
149149
g2o_robust_kernel_##classname);
150150

0 commit comments

Comments
 (0)