From e300350d5bfd8bed856ef97f4da4c0c4871a2f4f Mon Sep 17 00:00:00 2001 From: vincentdarley Date: Mon, 3 Nov 2003 12:49:11 +0000 Subject: whitespace --- generic/tclPathObj.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/generic/tclPathObj.c b/generic/tclPathObj.c index 8fa73d5..be3ac61 100644 --- a/generic/tclPathObj.c +++ b/generic/tclPathObj.c @@ -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: tclPathObj.c,v 1.12 2003/10/13 16:48:06 vincentdarley Exp $ + * RCS: @(#) $Id: tclPathObj.c,v 1.13 2003/11/03 12:49:11 vincentdarley Exp $ */ #include "tclInt.h" @@ -709,7 +709,7 @@ TclFSMakePathRelative(interp, objPtr, cwdPtr) if (interp != NULL) { Tcl_ResetResult(interp); Tcl_AppendResult(interp, "can't find object", - "string representation", (char *) NULL); + "string representation", (char *) NULL); } return NULL; } -- cgit v0.12