summaryrefslogtreecommitdiff
path: root/src/TextSink.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/TextSink.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/TextSink.c')
-rw-r--r--src/TextSink.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/TextSink.c b/src/TextSink.c
index b47c7b8..6ae2713 100644
--- a/src/TextSink.c
+++ b/src/TextSink.c
@@ -228,7 +228,7 @@ XawTextSinkClassPartInitialize(WidgetClass wc)
Qdefault = XrmPermStringToQuark("default");
#endif
- /*
+ /*
* We don't need to check for null super since we'll get to TextSink
* eventually.
*/
@@ -416,7 +416,7 @@ static void
ClearToBackground(Widget w, int x, int y,
unsigned int width, unsigned int height)
{
- /*
+ /*
* Don't clear in height or width are zero
* XClearArea() has special semantic for these values
*/
@@ -736,7 +736,7 @@ XawTextSinkFindPosition(Widget w, XawTextPosition fromPos, int fromx, int width,
TextSinkObjectClass cclass = (TextSinkObjectClass)w->core.widget_class;
(*cclass->text_sink_class.FindPosition)(w, fromPos, fromx, width,
- stopAtWordBreak,
+ stopAtWordBreak,
resPos, resWidth, resHeight);
}
@@ -759,7 +759,7 @@ XawTextSinkFindPosition(Widget w, XawTextPosition fromPos, int fromx, int width,
/*ARGSUSED*/
void
XawTextSinkFindDistance(Widget w, XawTextPosition fromPos, int fromx,
- XawTextPosition toPos, int *resWidth,
+ XawTextPosition toPos, int *resWidth,
XawTextPosition *resPos, int *resHeight)
{
TextSinkObjectClass cclass = (TextSinkObjectClass)w->core.widget_class;