From: Anselm R. Garbe Date: Sat, 24 Feb 2007 13:08:27 +0000 (+0100) Subject: removed an unnecessary newline X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=commitdiff_plain;h=a58731e8355a1dd85df1275fe851c7a48648a162 removed an unnecessary newline --- diff --git a/dwm.h b/dwm.h index 56b8433..c00f691 100644 --- a/dwm.h +++ b/dwm.h @@ -146,4 +146,3 @@ void view(const char *arg); /* views the tag with arg's index */ void *emallocz(unsigned int size); /* allocates zero-initialized memory, exits on error */ void eprint(const char *errstr, ...); /* prints errstr and exits with 1 */ void spawn(const char *arg); /* forks a new subprocess with arg's cmd */ -