瀏覽代碼

removed an unnecessary newline

Anselm R. Garbe 18 年之前
父節點
當前提交
a58731e835
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      dwm.h

+ 0 - 1
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 */
-