summaryrefslogtreecommitdiffstats
path: root/collectors/cgroups.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/cgroups.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/cgroups.plugin')
-rw-r--r--collectors/cgroups.plugin/Makefile.am16
1 files changed, 8 insertions, 8 deletions
diff --git a/collectors/cgroups.plugin/Makefile.am b/collectors/cgroups.plugin/Makefile.am
index eb3214ab27..9e924aba14 100644
--- a/collectors/cgroups.plugin/Makefile.am
+++ b/collectors/cgroups.plugin/Makefile.am
@@ -4,18 +4,18 @@ AUTOMAKE_OPTIONS = subdir-objects
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
CLEANFILES = \
- cgroup-name.sh \
- $(NULL)
+ cgroup-name.sh \
+ $(NULL)
include $(top_srcdir)/build/subst.inc
SUFFIXES = .in
dist_plugins_SCRIPTS = \
- cgroup-name.sh \
- cgroup-network-helper.sh \
- $(NULL)
+ cgroup-name.sh \
+ cgroup-network-helper.sh \
+ $(NULL)
dist_noinst_DATA = \
- cgroup-name.sh.in \
- README.md \
- $(NULL)
+ cgroup-name.sh.in \
+ README.md \
+ $(NULL)