From af7beb321e2003487f46049242121630381b9fda Mon Sep 17 00:00:00 2001 From: Tzafrir Cohen Date: Mon, 19 Apr 2010 13:30:04 +0300 Subject: Remove trailing whitespace from patch header Having a line '--- ' (with extra space) in a patch file is not such a good idea. Use '---' like git does. --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 9416f6f..17457a5 100644 --- a/Makefile +++ b/Makefile @@ -98,8 +98,7 @@ PATCH_HEADER = \ \n not to be included in DAHDI-linux in the forseeable future. \ \n \ \nGit-Commit: `git show-ref -s -h HEAD` \ - \n--- \ - \n \ + \n---\n CHECKSTACK=$(KSRC)/scripts/checkstack.pl -- cgit v1.2.3