From 8abae9cb6df700eacb3c881746e3cc2d75b1d4df Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Tue, 14 Jan 2020 16:51:47 -0500 Subject: [PATCH] Cleanup: remove extra whitespace from include directive MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémie Galarneau Change-Id: Ic91f07131aced6857ddbcef46f85c3cc3119f98f --- src/common/compat/paths.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/compat/paths.h b/src/common/compat/paths.h index e1fcb7512..be2662406 100644 --- a/src/common/compat/paths.h +++ b/src/common/compat/paths.h @@ -19,7 +19,7 @@ #define _COMPAT_PATHS_H #ifdef HAVE_PATHS_H -# include +#include #else # define _PATH_DEVNULL "/dev/null" #endif -- 2.34.1