summaryrefslogtreecommitdiff
path: root/src/twm.h
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2011-07-14 22:04:34 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2011-07-14 22:04:34 -0700
commitf21823506dcb956d62c260e6e207f1dc2ce7732a (patch)
tree65372baf6b9b328a81edb87777cde5a3b6b1285b /src/twm.h
parentc6ade914363426facb01a954650b804657114012 (diff)
Whitespace fixes in src files
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'src/twm.h')
-rw-r--r--src/twm.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/twm.h b/src/twm.h
index 1a546a3..ec3ca98 100644
--- a/src/twm.h
+++ b/src/twm.h
@@ -193,7 +193,7 @@ typedef struct _SqueezeInfo {
* ICCCM property.
*/
typedef struct TwmColormap
-{
+{
Colormap c; /* Colormap id */
int state; /* install(ability) state */
unsigned long install_req; /* request number which installed it */
@@ -224,7 +224,7 @@ typedef struct Colormaps
((cm)->number_cwins - 1) / 2)
/* for each window that is on the display, one of these structures
- * is allocated and linked into a list
+ * is allocated and linked into a list
*/
typedef struct TwmWindow
{
@@ -410,7 +410,7 @@ extern Bool GetWMState ( Window w, int *statep, Window *iwp );
extern void twmrc_error_prefix ( void );
extern int yyparse ( void );
-extern int yylex ( void );
+extern int yylex ( void );
extern void yyerror ( char *s );
extern int doinput ( char *buf, int size );
extern void RemoveDQuote ( char *str );