diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-05-01 10:07:45 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-05-01 10:07:45 (GMT) |
commit | e9ec63eb161e3fdd44ab6ac9cd17c31747b2cf32 (patch) | |
tree | 3449360f380cbdb2c873b24a6d09a9e42e333fb4 /xlib | |
parent | 198c6f071b0668cdccd52ddf642bea2607f265c7 (diff) | |
download | tk-e9ec63eb161e3fdd44ab6ac9cd17c31747b2cf32.zip tk-e9ec63eb161e3fdd44ab6ac9cd17c31747b2cf32.tar.gz tk-e9ec63eb161e3fdd44ab6ac9cd17c31747b2cf32.tar.bz2 |
various end-of-line spaces
Diffstat (limited to 'xlib')
-rw-r--r-- | xlib/xcolors.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xlib/xcolors.c b/xlib/xcolors.c index 36dc67c..78fd44b 100644 --- a/xlib/xcolors.c +++ b/xlib/xcolors.c @@ -350,11 +350,11 @@ XParseColor( * digits in the spec. Ergo, it is not a vailid color string. * (Bug f0188aca9e) */ - + if (*p != '\0') { return 0; } - + switch ((int)(p-spec)) { case 3: colorPtr->red = US(((value >> 8) & 0xf) * 0x1111); |