From b818f6e73d89388ec6500af4cbec3bebf532e939 Mon Sep 17 00:00:00 2001 From: dkf Date: Wed, 21 Mar 2007 14:16:08 +0000 Subject: Minor comment formatting change --- generic/tclEnv.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/generic/tclEnv.c b/generic/tclEnv.c index ab5a9a0..e55d59e 100644 --- a/generic/tclEnv.c +++ b/generic/tclEnv.c @@ -12,7 +12,7 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclEnv.c,v 1.30 2007/03/20 21:20:12 dgp Exp $ + * RCS: @(#) $Id: tclEnv.c,v 1.31 2007/03/21 14:16:08 dkf Exp $ */ #include "tclInt.h" @@ -28,8 +28,7 @@ static char **environCache = NULL; static char **ourEnviron = NULL;/* Cache of the array that we allocate. We * need to track this in case another * subsystem swaps around the environ array - * like we do. - */ + * like we do. */ static int environSize = 0; /* Non-zero means that the environ array was * malloced and has this many total entries * allocated to it (not all may be in use at -- cgit v0.12