From 6596883fb194e58a4ff482959c18ac243b62b48c Mon Sep 17 00:00:00 2001 From: Alex Date: Thu, 3 Nov 2016 02:01:02 -0500 Subject: [PATCH] Formatting cleanup --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 2a187d7..d191e16 100644 --- a/Makefile +++ b/Makefile @@ -461,8 +461,8 @@ else endif ifeq (,$(findstring mqtt,$(MODULES))) - $(Q) rm -rf html_compressed/mqtt.html; - $(Q) rm -rf html_compressed/mqtt.js; + $(Q) rm -rf html_compressed/mqtt.html + $(Q) rm -rf html_compressed/mqtt.js endif $(Q) for file in `$(FIND) html_compressed -type f -name "*.htm*"`; do \