From 813ef3849ee94165b4cc4eff6a0f2847be3f5709 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Thu, 19 Jun 2014 14:35:02 +0100 Subject: [PATCH] Tweak indentation in Makefile to improved readability --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 3af38cf..def47f8 100644 --- a/Makefile +++ b/Makefile @@ -6,9 +6,9 @@ test: phpunit-dep phpunit-dep: test -f ${COMPOSER_BIN_DIR}/phpunit || ( \ - echo "phpunit is required to run tests." \ - "Please run: composer install" >&2 && \ - exit 1 \ + echo "phpunit is required to run tests." \ + "Please run: composer install" >&2 && \ + exit 1 \ ) .SILENT: