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 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'backends/Makefile.am') 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) -- cgit v1.2.3