diff options
| author | donal.k.fellows@manchester.ac.uk <dkf> | 2010-02-24 10:32:17 (GMT) |
|---|---|---|
| committer | donal.k.fellows@manchester.ac.uk <dkf> | 2010-02-24 10:32:17 (GMT) |
| commit | cd9af71b887bc2a558b25f9466b9387f03aa01c8 (patch) | |
| tree | bb3ca2b92677cccc5b5f36dbbcc5eee5aafa3e7d /generic/tclThreadJoin.c | |
| parent | 3ba28cd80a48a5a5655cdc9532e803ae55dd9c35 (diff) | |
| download | tcl-cd9af71b887bc2a558b25f9466b9387f03aa01c8.zip tcl-cd9af71b887bc2a558b25f9466b9387f03aa01c8.tar.gz tcl-cd9af71b887bc2a558b25f9466b9387f03aa01c8.tar.bz2 | |
Pure whitespace changes, changing to follow Engineering Manual style.
Diffstat (limited to 'generic/tclThreadJoin.c')
| -rw-r--r-- | generic/tclThreadJoin.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclThreadJoin.c b/generic/tclThreadJoin.c index 6a9304d..6410959 100644 --- a/generic/tclThreadJoin.c +++ b/generic/tclThreadJoin.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: tclThreadJoin.c,v 1.7 2005/11/07 15:15:06 dkf Exp $ + * RCS: @(#) $Id: tclThreadJoin.c,v 1.8 2010/02/24 10:32:17 dkf Exp $ */ #include "tclInt.h" @@ -54,7 +54,7 @@ typedef struct JoinableThread { TCL_DECLARE_MUTEX(joinMutex) -static JoinableThread* firstThreadPtr; +static JoinableThread *firstThreadPtr; /* *---------------------------------------------------------------------- |
