summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-11-12 07:53:34 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-11-12 07:53:34 (GMT)
commitd9d6ec203d956036ba912a1fdf6fbba4ae449871 (patch)
tree82a6084f88534286d4e5b84de7f9b1161e4ec237
parent3f954bc0d329901dedd9d5e2327bf1b616b3ed5f (diff)
downloadtcl-d9d6ec203d956036ba912a1fdf6fbba4ae449871.zip
tcl-d9d6ec203d956036ba912a1fdf6fbba4ae449871.tar.gz
tcl-d9d6ec203d956036ba912a1fdf6fbba4ae449871.tar.bz2
style fix
-rw-r--r--unix/tclLoadNext.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/tclLoadNext.c b/unix/tclLoadNext.c
index f5911f8..eb0affa 100644
--- a/unix/tclLoadNext.c
+++ b/unix/tclLoadNext.c
@@ -134,8 +134,8 @@ FindSymbol(
const char *symbol)
{
Tcl_PackageInitProc *proc = NULL;
-
- if (symbol) {
+
+ if (symbol) {
char sym[strlen(symbol) + 2];
sym[0] = '_';