From 675383b26af3a339dc966c685d3e380cc39538f0 Mon Sep 17 00:00:00 2001 From: Konstantinos Natsakis <5933427+knatsakis@users.noreply.github.com> Date: Mon, 11 Nov 2019 01:30:00 +0200 Subject: 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 --- backends/Makefile.am | 12 ++++++------ backends/aws_kinesis/Makefile.am | 6 +++--- backends/mongodb/Makefile.am | 8 ++++---- backends/prometheus/Makefile.am | 8 ++++---- backends/prometheus/remote_write/Makefile.am | 12 ++++++------ 5 files changed, 23 insertions(+), 23 deletions(-) (limited to 'backends') 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) -- cgit v1.2.3