From 685db5a181e802ffd29059bf418e494bdf1f6aa4 Mon Sep 17 00:00:00 2001 From: Gerd Sattler Date: Sun, 23 Jun 2019 16:44:45 +0200 Subject: [PATCH] Fix Makefile indentation --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 8e1885e9..4112670f 100644 --- a/Makefile +++ b/Makefile @@ -58,5 +58,5 @@ git_pull: cd .. cd gui git stash - git pull - git stash pop + git pull + git stash pop