diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2007-06-24 16:09:25 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2007-06-24 16:09:25 (GMT) |
commit | b0be2d8588a16cc7cd81920c1934634c8c01935c (patch) | |
tree | e52ad058dd90412f8bccbf87afd192b1344a085f /generic/tkCanvas.h | |
parent | b699b7f784bb3d3a71abd9a58580388514f4566e (diff) | |
download | tk-b0be2d8588a16cc7cd81920c1934634c8c01935c.zip tk-b0be2d8588a16cc7cd81920c1934634c8c01935c.tar.gz tk-b0be2d8588a16cc7cd81920c1934634c8c01935c.tar.bz2 |
Cleaning up whitespace, comments, declarations. No functional changes.
Diffstat (limited to 'generic/tkCanvas.h')
-rw-r--r-- | generic/tkCanvas.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/generic/tkCanvas.h b/generic/tkCanvas.h index 6fbb5e0..cdda4d4 100644 --- a/generic/tkCanvas.h +++ b/generic/tkCanvas.h @@ -10,7 +10,7 @@ * See the file "license.terms" for information on usage and redistribution of
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tkCanvas.h,v 1.10 2007/06/24 16:07:34 dkf Exp $
+ * RCS: @(#) $Id: tkCanvas.h,v 1.11 2007/06/24 16:09:25 dkf Exp $
*/
#ifndef _TKCANVAS
@@ -26,13 +26,13 @@ typedef struct TagSearchExpr_s TagSearchExpr; struct TagSearchExpr_s {
TagSearchExpr *next; /* For linked lists of expressions - used in
* bindings. */
- Tk_Uid uid; /* The uid of the whole expression. */
- Tk_Uid *uids; /* Expresion compiled to an array of uids. */
- int allocated; /* Available space for array of uids. */
- int length; /* Length of expression. */
- int index; /* Current position in expression
+ Tk_Uid uid; /* The uid of the whole expression. */
+ Tk_Uid *uids; /* Expresion compiled to an array of uids. */
+ int allocated; /* Available space for array of uids. */
+ int length; /* Length of expression. */
+ int index; /* Current position in expression
* evaluation. */
- int match; /* This expression matches event's item's
+ int match; /* This expression matches event's item's
* tags. */
};
#endif /* not USE_OLD_TAG_SEARCH */
|