From: Jérémie Galarneau Date: Tue, 14 Jan 2020 21:51:47 +0000 (-0500) Subject: Cleanup: remove extra whitespace from include directive X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=commitdiff_plain;h=8abae9cb6df700eacb3c881746e3cc2d75b1d4df;ds=sidebyside Cleanup: remove extra whitespace from include directive Signed-off-by: Jérémie Galarneau Change-Id: Ic91f07131aced6857ddbcef46f85c3cc3119f98f --- 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