X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fcommon%2Fcompat%2Fpaths.hpp;h=235538b42df88da7e1f8f9a9449ab2ace5d4edb6;hb=HEAD;hp=0203ae80db0074d3893f97c0d15558fcf1910e21;hpb=c9e313bc594f40a86eed237dce222c0fc99c957f;p=lttng-tools.git diff --git a/src/common/compat/paths.hpp b/src/common/compat/paths.hpp index 0203ae80d..235538b42 100644 --- a/src/common/compat/paths.hpp +++ b/src/common/compat/paths.hpp @@ -11,7 +11,7 @@ #ifdef HAVE_PATHS_H #include #else -# define _PATH_DEVNULL "/dev/null" +#define _PATH_DEVNULL "/dev/null" #endif #endif /* _COMPAT_PATHS_H */