diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2021-11-28 14:40:19 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2021-11-28 14:40:19 -0800 |
commit | 684e4321fa7e96a61f45dc133816ab92a173a52d (patch) | |
tree | c9e0e76fa4deb06d7ca0852c9313e2eb7fb1f3b1 /constants.h | |
parent | 63e7fce72d704036016258b2cb55c5624f571d92 (diff) |
Trim trailing whitespace from lines
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'constants.h')
-rw-r--r-- | constants.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/constants.h b/constants.h index 495ff94..acbe32c 100644 --- a/constants.h +++ b/constants.h @@ -21,7 +21,7 @@ #define MAXCHOICES 16 /* Max # of choices for any option */ -#define Black BlackPixel(X.dpy,0) +#define Black BlackPixel(X.dpy,0) #define White WhitePixel(X.dpy,0) #define CopyArea 0 /* different tests */ |