diff options
author | Anselm R. Garbe <arg@10kloc.org> | 2006-10-06 11:50:15 +0200 |
---|---|---|
committer | Anselm R. Garbe <arg@10kloc.org> | 2006-10-06 11:50:15 +0200 |
commit | 6651dd7fd9e8e95cfc6c472f1adfeff41735d798 (patch) | |
tree | 2ba87a8d0df487298c1507de1ec4b26867e0dd19 /dwm.h | |
parent | acdea319162a5a51703a88ca7a8a1b17534be616 (diff) | |
download | dwm-6651dd7fd9e8e95cfc6c472f1adfeff41735d798.tar.gz |
code polishing, removed unnecessary newlines
Diffstat (limited to 'dwm.h')
-rw-r--r-- | dwm.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dwm.h b/dwm.h index 0d00c25..be595a7 100644 --- a/dwm.h +++ b/dwm.h @@ -1,5 +1,4 @@ -/* - * (C)opyright MMVI Anselm R. Garbe <garbeam at gmail dot com> +/* (C)opyright MMVI Anselm R. Garbe <garbeam at gmail dot com> * See LICENSE file for license details. * * dynamic window manager is designed like any other X client as well. It is |