summaryrefslogtreecommitdiffstats
path: root/generic/tclResolve.c
diff options
context:
space:
mode:
authordkf <dkf@noemail.net>2005-07-23 00:04:31 (GMT)
committerdkf <dkf@noemail.net>2005-07-23 00:04:31 (GMT)
commit9c914a77074f888a158f3d585d2371596cd76759 (patch)
tree57228433a5d1ee419b5aa909047537091e5a9aaf /generic/tclResolve.c
parent6b7b42a0ea39bc2c9c5cce67c1124bcd9fec3a56 (diff)
downloadtcl-9c914a77074f888a158f3d585d2371596cd76759.zip
tcl-9c914a77074f888a158f3d585d2371596cd76759.tar.gz
tcl-9c914a77074f888a158f3d585d2371596cd76759.tar.bz2
Getting more systematic about style
FossilOrigin-Name: 78a871bd80bb122bf5d3ea3342b8634237fd123f
Diffstat (limited to 'generic/tclResolve.c')
-rw-r--r--generic/tclResolve.c14
1 files changed, 11 insertions, 3 deletions
diff --git a/generic/tclResolve.c b/generic/tclResolve.c
index e61e49d..e9c7cc5 100644
--- a/generic/tclResolve.c
+++ b/generic/tclResolve.c
@@ -8,10 +8,10 @@
*
* Copyright (c) 1998 Lucent Technologies, Inc.
*
- * See the file "license.terms" for information on usage and redistribution
- * of this file, and for a DISCLAIMER OF ALL WARRANTIES.
+ * See the file "license.terms" for information on usage and redistribution of
+ * this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclResolve.c,v 1.6 2005/07/15 15:09:31 dkf Exp $
+ * RCS: @(#) $Id: tclResolve.c,v 1.7 2005/07/23 00:04:31 dkf Exp $
*/
#include "tclInt.h"
@@ -403,3 +403,11 @@ Tcl_GetNamespaceResolvers(namespacePtr, resInfoPtr)
}
return 0;
}
+
+/*
+ * Local Variables:
+ * mode: c
+ * c-basic-offset: 4
+ * fill-column: 78
+ * End:
+ */