summaryrefslogtreecommitdiffstats
path: root/unix/tclLoadNext.c
diff options
context:
space:
mode:
authornijtmans@users.sourceforge.net <jan.nijtmans>2012-11-12 07:53:34 (GMT)
committernijtmans@users.sourceforge.net <jan.nijtmans>2012-11-12 07:53:34 (GMT)
commit2166a7a820d6ff936fc75e9b0dbe2e61c405c57b (patch)
tree82a6084f88534286d4e5b84de7f9b1161e4ec237 /unix/tclLoadNext.c
parent0adc0652322192d7687158f158353119876fca60 (diff)
downloadtcl-2166a7a820d6ff936fc75e9b0dbe2e61c405c57b.zip
tcl-2166a7a820d6ff936fc75e9b0dbe2e61c405c57b.tar.gz
tcl-2166a7a820d6ff936fc75e9b0dbe2e61c405c57b.tar.bz2
style fix
Diffstat (limited to 'unix/tclLoadNext.c')
-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] = '_';