summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authornijtmans@users.sourceforge.net <jan.nijtmans>2012-06-27 18:53:01 (GMT)
committernijtmans@users.sourceforge.net <jan.nijtmans>2012-06-27 18:53:01 (GMT)
commit053d37399df398330cdf6e1ece331d32445ea851 (patch)
treea4a20bfb4187c4cc2efd80553b1875389b6748c5 /unix
parente7efeedcdecb5e522da52fa24f682029217d130a (diff)
parentdca8e0445683dc4e2ffd2e04dff00dfc7fded3e0 (diff)
downloadtcl-053d37399df398330cdf6e1ece331d32445ea851.zip
tcl-053d37399df398330cdf6e1ece331d32445ea851.tar.gz
tcl-053d37399df398330cdf6e1ece331d32445ea851.tar.bz2
merge
Diffstat (limited to 'unix')
-rw-r--r--unix/tclConfig.sh.in2
-rw-r--r--unix/tclUnixFile.c6
2 files changed, 4 insertions, 4 deletions
diff --git a/unix/tclConfig.sh.in b/unix/tclConfig.sh.in
index 7e1d4af..d47e686 100644
--- a/unix/tclConfig.sh.in
+++ b/unix/tclConfig.sh.in
@@ -1,5 +1,5 @@
# tclConfig.sh --
-#
+#
# This shell script (for sh) is generated automatically by Tcl's
# configure script. It will create shell variables for most of
# the configuration options discovered by the configure script.
diff --git a/unix/tclUnixFile.c b/unix/tclUnixFile.c
index 0c68d64..e676215 100644
--- a/unix/tclUnixFile.c
+++ b/unix/tclUnixFile.c
@@ -51,9 +51,9 @@ TclpFindExecutable(
/* Strip '.exe' part. */
length -= 4;
}
- encoding = Tcl_GetEncoding(NULL, NULL);
- TclSetObjNameOfExecutable(
- Tcl_NewStringObj(name, length), encoding);
+ encoding = Tcl_GetEncoding(NULL, NULL);
+ TclSetObjNameOfExecutable(
+ Tcl_NewStringObj(name, length), encoding);
#else
const char *name, *p;
Tcl_StatBuf statBuf;