summaryrefslogtreecommitdiffstats
path: root/unix/tkUnixKey.c
diff options
context:
space:
mode:
authorstwo <stwo>2012-08-06 20:15:58 (GMT)
committerstwo <stwo>2012-08-06 20:15:58 (GMT)
commit2946c1e2cd1ed3692b07ee9d0b6f44a51e33a285 (patch)
tree004c5b3a09f74ca326a70181a561eaba177d2c7c /unix/tkUnixKey.c
parent307e6caf5d141645d34ecebb2849192d28960461 (diff)
downloadtk-2946c1e2cd1ed3692b07ee9d0b6f44a51e33a285.zip
tk-2946c1e2cd1ed3692b07ee9d0b6f44a51e33a285.tar.gz
tk-2946c1e2cd1ed3692b07ee9d0b6f44a51e33a285.tar.bz2
Zap trailing whitespace.
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.
*/