summaryrefslogtreecommitdiffstats
path: root/database
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 /database
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 'database')
-rw-r--r--database/Makefile.am8
-rw-r--r--database/engine/Makefile.am4
2 files changed, 6 insertions, 6 deletions
diff --git a/database/Makefile.am b/database/Makefile.am
index 2f5dbc2972..9ab85b4e74 100644
--- a/database/Makefile.am
+++ b/database/Makefile.am
@@ -4,9 +4,9 @@ AUTOMAKE_OPTIONS = subdir-objects
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
SUBDIRS = \
- engine \
- $(NULL)
+ engine \
+ $(NULL)
dist_noinst_DATA = \
- README.md \
- $(NULL)
+ README.md \
+ $(NULL)
diff --git a/database/engine/Makefile.am b/database/engine/Makefile.am
index 19554bed8e..161784b8f6 100644
--- a/database/engine/Makefile.am
+++ b/database/engine/Makefile.am
@@ -4,5 +4,5 @@ AUTOMAKE_OPTIONS = subdir-objects
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
dist_noinst_DATA = \
- README.md \
- $(NULL)
+ README.md \
+ $(NULL)