diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-11-09 18:16:27 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-11-09 18:16:31 -0800 |
commit | d75ab3dcae8bcb022e87fd73c9f798421d040c46 (patch) | |
tree | 2ee18a8b0a759d12399d24ff7aa6bc3d29f48133 /xset.c | |
parent | 33580bb84fb5ca6d1a49c1f1ac7b785fe4f92d11 (diff) |
Strip trailing whitespace
Generated via: perl -i -p -e 's{\s+$}{\n}' *
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'xset.c')
-rw-r--r-- | xset.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -568,7 +568,7 @@ main(int argc, char *argv[]) * * On OS/2, use _sleep2() */ - + #ifdef HAVE_USLEEP # define Usleep(us) usleep((us)) #else @@ -929,7 +929,7 @@ set_font_path(Display *dpy, char *path, int special, int before, int after) } /* - * parse the path list. If before or after is non-zero, we'll need + * parse the path list. If before or after is non-zero, we'll need * the current value. */ |