Merge pull request #734 from afaerber/make-help

Makefile: Add missing space in help output
diff --git a/Makefile b/Makefile
index 4cd4d27..b73a4dd 100644
--- a/Makefile
+++ b/Makefile
@@ -751,7 +751,7 @@
 	@echo "  cscope         Generate cscope index"
 	@echo "  distclean      Remove all build artifacts for all platforms"
 	@echo "  certtool       Build the Certificate generation tool"
-	@echo "  fiptool        Build the Firmware Image Package(FIP) creation tool"
+	@echo "  fiptool        Build the Firmware Image Package (FIP) creation tool"
 	@echo ""
 	@echo "Note: most build targets require PLAT to be set to a specific platform."
 	@echo ""