summaryrefslogtreecommitdiffstats
path: root/backends
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 /backends
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 'backends')
-rw-r--r--backends/Makefile.am12
-rw-r--r--backends/aws_kinesis/Makefile.am6
-rw-r--r--backends/mongodb/Makefile.am8
-rw-r--r--backends/prometheus/Makefile.am8
-rw-r--r--backends/prometheus/remote_write/Makefile.am12
5 files changed, 23 insertions, 23 deletions
diff --git a/backends/Makefile.am b/backends/Makefile.am
index ea0d77e09b..dace0132a4 100644
--- a/backends/Makefile.am
+++ b/backends/Makefile.am
@@ -10,13 +10,13 @@ SUBDIRS = \
prometheus \
aws_kinesis \
mongodb \
- $(NULL)
+ $(NULL)
dist_noinst_DATA = \
- README.md \
- WALKTHROUGH.md \
- $(NULL)
+ README.md \
+ WALKTHROUGH.md \
+ $(NULL)
dist_noinst_SCRIPTS = \
- nc-backend.sh \
- $(NULL)
+ nc-backend.sh \
+ $(NULL)
diff --git a/backends/aws_kinesis/Makefile.am b/backends/aws_kinesis/Makefile.am
index 7317b3821b..1fec72c1f5 100644
--- a/backends/aws_kinesis/Makefile.am
+++ b/backends/aws_kinesis/Makefile.am
@@ -4,9 +4,9 @@ AUTOMAKE_OPTIONS = subdir-objects
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
dist_noinst_DATA = \
- README.md \
- $(NULL)
+ README.md \
+ $(NULL)
dist_libconfig_DATA = \
aws_kinesis.conf \
- $(NULL) \ No newline at end of file
+ $(NULL)
diff --git a/backends/mongodb/Makefile.am b/backends/mongodb/Makefile.am
index 89e14a8d04..61b24baff7 100644
--- a/backends/mongodb/Makefile.am
+++ b/backends/mongodb/Makefile.am
@@ -4,9 +4,9 @@ AUTOMAKE_OPTIONS = subdir-objects
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
dist_noinst_DATA = \
- README.md \
- $(NULL)
+ README.md \
+ $(NULL)
dist_libconfig_DATA = \
- mongodb.conf \
- $(NULL)
+ mongodb.conf \
+ $(NULL)
diff --git a/backends/prometheus/Makefile.am b/backends/prometheus/Makefile.am
index e5f74851a3..334fca81ce 100644
--- a/backends/prometheus/Makefile.am
+++ b/backends/prometheus/Makefile.am
@@ -4,9 +4,9 @@ AUTOMAKE_OPTIONS = subdir-objects
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
SUBDIRS = \
- remote_write \
- $(NULL)
+ remote_write \
+ $(NULL)
dist_noinst_DATA = \
- README.md \
- $(NULL)
+ README.md \
+ $(NULL)
diff --git a/backends/prometheus/remote_write/Makefile.am b/backends/prometheus/remote_write/Makefile.am
index 5f8f9d4c41..d049ef48c2 100644
--- a/backends/prometheus/remote_write/Makefile.am
+++ b/backends/prometheus/remote_write/Makefile.am
@@ -4,11 +4,11 @@ AUTOMAKE_OPTIONS = subdir-objects
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
CLEANFILES = \
- remote_write.pb.cc \
- remote_write.pb.h \
- $(NULL)
+ remote_write.pb.cc \
+ remote_write.pb.h \
+ $(NULL)
dist_noinst_DATA = \
- remote_write.proto \
- README.md \
- $(NULL)
+ remote_write.proto \
+ README.md \
+ $(NULL)