summaryrefslogtreecommitdiffstats
path: root/generic/tclResolve.c
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2005-07-23 00:04:31 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2005-07-23 00:04:31 (GMT)
commitb83f174a6751a9cdcebffe5c9c36c66f11657a61 (patch)
tree57228433a5d1ee419b5aa909047537091e5a9aaf /generic/tclResolve.c
parent7c3dc60455b251517713096f2162c2bfccbd5b00 (diff)
downloadtcl-b83f174a6751a9cdcebffe5c9c36c66f11657a61.zip
tcl-b83f174a6751a9cdcebffe5c9c36c66f11657a61.tar.gz
tcl-b83f174a6751a9cdcebffe5c9c36c66f11657a61.tar.bz2
Getting more systematic about style
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:
+ */