Commit Diff


commit - d4982225ffedbeafcf28f1cb9363f4f1c9798512
commit + e7e510b6031184c82b94ee99efad5637ab7ad76a
blob - b2d3f58b80dbf587ac68fbec9d354f48f9ef3e86
blob + da033ac49c81846361825b0bae646e833d0f11bb
--- gotd/parse.y
+++ gotd/parse.y
@@ -701,7 +701,7 @@ notifyflags	: BRANCH STRING {
 			free($9);
 		}
 		;
-	
+
 repository	: REPOSITORY STRING {
 			struct gotd_repo *repo;
 
@@ -1697,7 +1697,7 @@ conf_notify_http(struct gotd_repo *repo, char *url, ch
 		target->conf.http.password = strdup(password);
 		if (target->conf.http.password == NULL)
 			fatal("strdup");
-	}	
+	}
 	if (hmac_secret) {
 		target->conf.http.hmac_secret = strdup(hmac_secret);
 		if (target->conf.http.hmac_secret == NULL)