Cleanup: remove extra whitespace from include directive
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 14 Jan 2020 21:51:47 +0000 (16:51 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 14 Jan 2020 21:51:47 +0000 (16:51 -0500)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Change-Id: Ic91f07131aced6857ddbcef46f85c3cc3119f98f

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.026642 seconds and 5 git commands to generate.