summaryrefslogtreecommitdiffstats
path: root/xlib
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2017-05-01 10:07:45 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2017-05-01 10:07:45 (GMT)
commit491465f7f1042b9a347f579cc49f5ba49e9377dc (patch)
tree3449360f380cbdb2c873b24a6d09a9e42e333fb4 /xlib
parentcba0849390d99fbc8c07d7df1d35abb4dfca9c43 (diff)
downloadtk-491465f7f1042b9a347f579cc49f5ba49e9377dc.zip
tk-491465f7f1042b9a347f579cc49f5ba49e9377dc.tar.gz
tk-491465f7f1042b9a347f579cc49f5ba49e9377dc.tar.bz2
various end-of-line spaces
Diffstat (limited to 'xlib')
-rw-r--r--xlib/xcolors.c4
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);