Cleanup: remove extra whitespace from include directive
[lttng-tools.git] / src / common / compat / paths.h
index e1fcb7512cff0acbec22e565b01ddc4a2ec6e921..be26624066d1c72d53b1fbb27a9c7ada293e3836 100644 (file)
@@ -19,7 +19,7 @@
 #define _COMPAT_PATHS_H
 
 #ifdef HAVE_PATHS_H
-# include <paths.h>
+#include <paths.h>
 #else
 # define _PATH_DEVNULL "/dev/null"
 #endif
This page took 0.023023 seconds and 4 git commands to generate.