Remove unnecesary added newline.

Signed-off-by: Henner Zeller <h.zeller@acm.org>
diff --git a/Makefile b/Makefile
index 6cd041d..46a1969 100644
--- a/Makefile
+++ b/Makefile
@@ -31,7 +31,6 @@
 clean: $(PLUGINS_CLEAN)
 
 CLANG_FORMAT ?= clang-format-5.0
-
 format:
 	find . \( -name "*.h" -o -name "*.cc" \) -and -not -path './third_party/*' -print0 | xargs -0 -P $$(nproc) ${CLANG_FORMAT} -style=file -i