Skip to content

Commit cd0595c

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

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

g2o/stuff/string_tools.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@
3636
#include <TargetConditionals.h>
3737
#endif
3838

39-
#if (defined(UNIX) || defined(CYGWIN)) && !(defined(ANDROID) || TARGET_IPHONE_SIMULATOR || TARGET_OS_IPHONE)
39+
#if (defined(UNIX) || defined(CYGWIN)) && \
40+
!(defined(ANDROID) || TARGET_IPHONE_SIMULATOR || TARGET_OS_IPHONE)
4041
#define HAS_WORDEXP
4142
#include <wordexp.h>
4243
#else

0 commit comments

Comments
 (0)