[1/5] Makefile: Remove any excessive whitespace

Message ID 20180511123012.2138575-1-michael.tremer@ipfire.org
State Dropped
Headers
Series [1/5] Makefile: Remove any excessive whitespace |

Commit Message

Michael Tremer May 11, 2018, 10:30 p.m. UTC
  Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
---
 Makefile.am | 3 ---
 1 file changed, 3 deletions(-)
  

Patch

diff --git a/Makefile.am b/Makefile.am
index 689b61e39ffd..4370355c34b8 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -16,7 +16,6 @@  EXTRA_DIST =
 INSTALL_DIRS =
 noinst_DATA =
 
-
 AM_V_XSLT   = $(AM_V_XSLT_$(V))
 AM_V_XSLT_  = $(AM_V_XSLT_$(AM_DEFAULT_VERBOSITY))
 AM_V_XSLT_0 = @echo "  XSLT    " $@;
@@ -38,7 +37,6 @@  nitsi_PYTHON = \
 	src/nitsi/test.py \
 	src/nitsi/virtual_environ.py
 
-
 nitsidir = $(pythondir)/nitsi
 
 # ------------------------------------------------------------------------------
@@ -90,7 +88,6 @@  man/%.5: man/%.xml
 
 man/%.html: man/%.xml man/custom-html.xsl
 	$(XSLTPROC_COMMAND_HTML)
-
 endif
 
 # ------------------------------------------------------------------------------