Skip to content

Commit 0d61baa

Browse files
author
herbert koelman
committed
Merge branch '129-remove-white-spaces' into 128-fix-code-smells
2 parents 5733b6b + b9fb558 commit 0d61baa

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/cpp-logger.cpp

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ namespace logger {
1515

1616
const char *cpp_logger_version(){
1717

18-
#ifndef CPP_LOGGER_VERSION
19-
return "missing CPP_LOGGER_VERSION define. Re-run configure" ;
20-
#else
21-
return CPP_LOGGER_VERSION ;
22-
#endif
18+
#ifndef CPP_LOGGER_VERSION
19+
return "missing CPP_LOGGER_VERSION define. Re-run configure" ;
20+
#else
21+
return CPP_LOGGER_VERSION ;
22+
#endif
2323
}
2424
}
2525
#endif /* cpp_logger_hpp */

0 commit comments

Comments
 (0)