Merge pull request #3167 from ashie/remove-needless-tab
authorPavel Rochnyak <pavel2000@ngs.ru>
Tue, 4 Jun 2019 03:23:49 +0000 (10:23 +0700)
committerGitHub <noreply@github.com>
Tue, 4 Jun 2019 03:23:49 +0000 (10:23 +0700)
Makefile.am: Remove a needless tab

Makefile.am

index 85f8da8..0821283 100644 (file)
@@ -277,7 +277,7 @@ collectd_LDFLAGS += -ldl -Wl,--out-implib,libcollectd.a
 else
 collectd_SOURCES += src/daemon/cmd.c
 endif
-       
+
 if BUILD_FEATURE_DAEMON
 collectd_CPPFLAGS += -DPIDFILE='"${localstatedir}/run/${PACKAGE_NAME}.pid"'
 endif