summaryrefslogtreecommitdiffstats
path: root/collectors/node.d.plugin
diff options
context:
space:
mode:
authorKonstantinos Natsakis <5933427+knatsakis@users.noreply.github.com>2019-11-11 01:30:00 +0200
committerGitHub <noreply@github.com>2019-11-11 01:30:00 +0200
commit675383b26af3a339dc966c685d3e380cc39538f0 (patch)
tree567eb994dd503c86e8cc85fd2324d38bea11ea93 /collectors/node.d.plugin
parent9a8c32059291cee47a2ec29c756459a8f4fad800 (diff)
Makefile.am files indentation (#7252)
* Use 4 spaces for indentation of non-recipe lines in Makefile.am files * Be more consistent in the use of space before = in Makefile.am files
Diffstat (limited to 'collectors/node.d.plugin')
-rw-r--r--collectors/node.d.plugin/Makefile.am40
1 files changed, 20 insertions, 20 deletions
diff --git a/collectors/node.d.plugin/Makefile.am b/collectors/node.d.plugin/Makefile.am
index 3b5a0a5188..fa97acd7f4 100644
--- a/collectors/node.d.plugin/Makefile.am
+++ b/collectors/node.d.plugin/Makefile.am
@@ -2,8 +2,8 @@
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
CLEANFILES = \
- node.d.plugin \
- $(NULL)
+ node.d.plugin \
+ $(NULL)
include $(top_srcdir)/build/subst.inc
SUFFIXES = .in
@@ -13,13 +13,13 @@ dist_libconfig_DATA = \
$(NULL)
dist_plugins_SCRIPTS = \
- node.d.plugin \
- $(NULL)
+ node.d.plugin \
+ $(NULL)
dist_noinst_DATA = \
- node.d.plugin.in \
- README.md \
- $(NULL)
+ node.d.plugin.in \
+ README.md \
+ $(NULL)
usernodeconfigdir=$(configdir)/node.d
dist_usernodeconfig_DATA = \
@@ -31,7 +31,7 @@ dist_nodeconfig_DATA = \
$(NULL)
dist_node_DATA = \
- $(NULL)
+ $(NULL)
include fronius/Makefile.inc
include named/Makefile.inc
@@ -41,18 +41,18 @@ include stiebeleltron/Makefile.inc
nodemodulesdir=$(nodedir)/node_modules
dist_nodemodules_DATA = \
- node_modules/netdata.js \
- node_modules/extend.js \
- node_modules/pixl-xml.js \
- node_modules/net-snmp.js \
- node_modules/asn1-ber.js \
- $(NULL)
+ node_modules/netdata.js \
+ node_modules/extend.js \
+ node_modules/pixl-xml.js \
+ node_modules/net-snmp.js \
+ node_modules/asn1-ber.js \
+ $(NULL)
nodemoduleslibberdir=$(nodedir)/node_modules/lib/ber
dist_nodemoduleslibber_DATA = \
- node_modules/lib/ber/index.js \
- node_modules/lib/ber/errors.js \
- node_modules/lib/ber/reader.js \
- node_modules/lib/ber/types.js \
- node_modules/lib/ber/writer.js \
- $(NULL)
+ node_modules/lib/ber/index.js \
+ node_modules/lib/ber/errors.js \
+ node_modules/lib/ber/reader.js \
+ node_modules/lib/ber/types.js \
+ node_modules/lib/ber/writer.js \
+ $(NULL)