summaryrefslogtreecommitdiffstats
path: root/unix/tkUnixKey.c
diff options
context:
space:
mode:
authorstwo <stwo@noemail.net>2012-08-06 20:15:58 (GMT)
committerstwo <stwo@noemail.net>2012-08-06 20:15:58 (GMT)
commit4ee9fa1406ad753572bebf8b3e97a06131139b5c (patch)
tree004c5b3a09f74ca326a70181a561eaba177d2c7c /unix/tkUnixKey.c
parent2945437783c5471a9ce464518533eeadd1ba8974 (diff)
downloadtk-4ee9fa1406ad753572bebf8b3e97a06131139b5c.zip
tk-4ee9fa1406ad753572bebf8b3e97a06131139b5c.tar.gz
tk-4ee9fa1406ad753572bebf8b3e97a06131139b5c.tar.bz2
Zap trailing whitespace.
FossilOrigin-Name: fde20198f3786c22536175c1e0dd6db526cb1d4a
Diffstat (limited to 'unix/tkUnixKey.c')
-rw-r--r--unix/tkUnixKey.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/tkUnixKey.c b/unix/tkUnixKey.c
index f132e59..f13adf7 100644
--- a/unix/tkUnixKey.c
+++ b/unix/tkUnixKey.c
@@ -145,7 +145,7 @@ TkpGetString(
Tcl_DStringInit(&buf);
Tcl_DStringSetLength(&buf, TCL_DSTRING_STATIC_SIZE-1);
len = XmbLookupString(winPtr->inputContext, &eventPtr->xkey,
- Tcl_DStringValue(&buf), Tcl_DStringLength(&buf),
+ Tcl_DStringValue(&buf), Tcl_DStringLength(&buf),
&kePtr->keysym, &status);
/*
@@ -277,7 +277,7 @@ TkpGetKeySym(
TkKeyEvent* kePtr = (TkKeyEvent*) eventPtr;
#ifdef TK_USE_INPUT_METHODS
- /*
+ /*
* If input methods are active, we may already have determined a keysym.
* Return it.
*/