diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-11-12 07:53:34 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-11-12 07:53:34 (GMT) |
commit | 5e8aae6bdccfc35abc06270dfe128c522e05cf2d (patch) | |
tree | 82a6084f88534286d4e5b84de7f9b1161e4ec237 /unix/tclLoadNext.c | |
parent | c06ccc92c06818dde2fcb4af4237b9c4c1feb0a2 (diff) | |
download | tcl-5e8aae6bdccfc35abc06270dfe128c522e05cf2d.zip tcl-5e8aae6bdccfc35abc06270dfe128c522e05cf2d.tar.gz tcl-5e8aae6bdccfc35abc06270dfe128c522e05cf2d.tar.bz2 |
style fix
Diffstat (limited to 'unix/tclLoadNext.c')
-rw-r--r-- | unix/tclLoadNext.c | 4 |
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] = '_'; |