summaryrefslogtreecommitdiffstats
path: root/diagrams
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 /diagrams
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 'diagrams')
-rw-r--r--diagrams/Makefile.am34
1 files changed, 17 insertions, 17 deletions
diff --git a/diagrams/Makefile.am b/diagrams/Makefile.am
index 685241e4f1..475ca89f80 100644
--- a/diagrams/Makefile.am
+++ b/diagrams/Makefile.am
@@ -3,22 +3,22 @@
MAINTAINERCLEANFILES= $(srcdir)/Makefile.in
dist_noinst_DATA = \
- config.puml \
- registry.puml \
- netdata-for-ephemeral-nodes.xml \
- netdata-proxies-example.xml \
- netdata-overview.xml \
- data_structures/netdata_config.svg \
- data_structures/README.md \
- data_structures/registry.svg \
- data_structures/rrd.svg \
- data_structures/web.svg \
- data_structures/src/netdata_config.xml \
- data_structures/src/registry.xml \
- data_structures/src/rrd.xml \
- data_structures/src/web.xml \
- $(NULL)
+ config.puml \
+ registry.puml \
+ netdata-for-ephemeral-nodes.xml \
+ netdata-proxies-example.xml \
+ netdata-overview.xml \
+ data_structures/netdata_config.svg \
+ data_structures/README.md \
+ data_structures/registry.svg \
+ data_structures/rrd.svg \
+ data_structures/web.svg \
+ data_structures/src/netdata_config.xml \
+ data_structures/src/registry.xml \
+ data_structures/src/rrd.xml \
+ data_structures/src/web.xml \
+ $(NULL)
dist_noinst_SCRIPTS = \
- build.sh \
- $(NULL)
+ build.sh \
+ $(NULL)