summaryrefslogtreecommitdiffstats
path: root/generic/tkTextWind.c
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2010-02-21 12:14:16 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2010-02-21 12:14:16 (GMT)
commit367c0017115f5d49df42aa386b08064b12147602 (patch)
treede0b6542781213b1ea4e77b91638f0e497ec5955 /generic/tkTextWind.c
parent2d0096fbca6ae857e2d6711e058ca49ea3391e44 (diff)
downloadtk-367c0017115f5d49df42aa386b08064b12147602.zip
tk-367c0017115f5d49df42aa386b08064b12147602.tar.gz
tk-367c0017115f5d49df42aa386b08064b12147602.tar.bz2
Tiny whitespace changes for readability improvement.
Diffstat (limited to 'generic/tkTextWind.c')
-rw-r--r--generic/tkTextWind.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/generic/tkTextWind.c b/generic/tkTextWind.c
index f9bcc09..fa42b05 100644
--- a/generic/tkTextWind.c
+++ b/generic/tkTextWind.c
@@ -11,7 +11,7 @@
* See the file "license.terms" for information on usage and redistribution of
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tkTextWind.c,v 1.28 2010/01/18 20:43:38 nijtmans Exp $
+ * RCS: @(#) $Id: tkTextWind.c,v 1.29 2010/02/21 12:14:16 dkf Exp $
*/
#include "tkPort.h"
@@ -65,7 +65,7 @@ static void EmbWinStructureProc(ClientData clientData,
XEvent *eventPtr);
static void EmbWinUndisplayProc(TkText *textPtr,
TkTextDispChunk *chunkPtr);
-static TkTextEmbWindowClient* EmbWinGetClient(const TkText *textPtr,
+static TkTextEmbWindowClient *EmbWinGetClient(const TkText *textPtr,
TkTextSegment *ewPtr);
/*
@@ -1365,7 +1365,7 @@ TkTextWindowIndex(
*--------------------------------------------------------------
*/
-static TkTextEmbWindowClient*
+static TkTextEmbWindowClient *
EmbWinGetClient(
const TkText *textPtr, /* Information about text widget. */
TkTextSegment *ewPtr) /* Segment containing embedded window. */