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/tclPkgConfig.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/tclPkgConfig.c')
| -rw-r--r-- | generic/tclPkgConfig.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclPkgConfig.c b/generic/tclPkgConfig.c index 72a9b6b..abc66ad 100644 --- a/generic/tclPkgConfig.c +++ b/generic/tclPkgConfig.c @@ -9,7 +9,7 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclPkgConfig.c,v 1.5 2008/10/04 11:34:19 nijtmans Exp $ + * RCS: @(#) $Id: tclPkgConfig.c,v 1.6 2010/02/24 10:32:17 dkf Exp $ */ /* Note, the definitions in this module are influenced by the following C @@ -122,7 +122,7 @@ static Tcl_Config const cfg[] = { void TclInitEmbeddedConfigurationInformation( - Tcl_Interp* interp) /* Interpreter the configuration command is + Tcl_Interp *interp) /* Interpreter the configuration command is * registered in. */ { Tcl_RegisterConfig(interp, "tcl", cfg, TCL_CFGVAL_ENCODING); |
