summaryrefslogtreecommitdiff
path: root/src/Pixmap.c
diff options
context:
space:
mode:
authorRoberto Branciforti <rbbrnc@gmail.com>2011-01-12 22:36:06 +0100
committerAlan Coopersmith <alan.coopersmith@oracle.com>2011-01-12 23:15:12 -0800
commit03457873474dfc90e5f2322facbd6032a1312086 (patch)
treea4ead29c6741478f1f4af755ba83e5006ac69b68 /src/Pixmap.c
parent8ac146ce96cfa133b788b1ffdd13fe0b648ee4fc (diff)
downloadxorg-lib-libXaw-03457873474dfc90e5f2322facbd6032a1312086.tar.gz
Removing trailing white spaces
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'src/Pixmap.c')
-rw-r--r--src/Pixmap.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Pixmap.c b/src/Pixmap.c
index e4ac9b4..6e3388c 100644
--- a/src/Pixmap.c
+++ b/src/Pixmap.c
@@ -10,7 +10,7 @@
*
* The above copyright notice and this permission notice shall be included in
* all copies or substantial portions of the Software.
- *
+ *
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
@@ -675,7 +675,7 @@ GetResourcePixmapPath(Display *display)
xrm_class[1] = NULLQUARK;
if (!XrmGetDatabase(display))
(void) XGetDefault(display, "", "");
- if (XrmQGetResource(XrmGetDatabase(display), xrm_name, xrm_class,
+ if (XrmQGetResource(XrmGetDatabase(display), xrm_name, xrm_class,
&rep_type, &value) &&
rep_type == XrmPermStringToQuark("String")) {
int length = 0;
@@ -859,7 +859,7 @@ GradientLoader(XawParams *params, Screen *screen, Colormap colormap, int depth,
return (False);
ired = (double)(end.red - start.red) / (double)steps;
- igreen = (double)(end.green - start.green) / (double)steps;
+ igreen = (double)(end.green - start.green) / (double)steps;
iblue = (double)(end.blue - start.blue) / (double)steps;
red = color.red = start.red;