summaryrefslogtreecommitdiffstats
path: root/library/platform
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2024-06-13 09:51:00 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2024-06-13 09:51:00 (GMT)
commitf576c749e2236320006463c7e2ba79647731fda6 (patch)
treea565890ed749f3590c2ce13915c8603b3acecccb /library/platform
parent0e43541e97cd06609288045cabdba0a25d46d2f1 (diff)
parent5d8356eeada5a909ed3024be15d42995b99d6fee (diff)
downloadtcl-f576c749e2236320006463c7e2ba79647731fda6.zip
tcl-f576c749e2236320006463c7e2ba79647731fda6.tar.gz
tcl-f576c749e2236320006463c7e2ba79647731fda6.tar.bz2
Use tabs for indenting in stead of 8 spaces. Unbreak clang build
Diffstat (limited to 'library/platform')
-rw-r--r--library/platform/shell.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/platform/shell.tcl b/library/platform/shell.tcl
index a91849c..526a7b1 100644
--- a/library/platform/shell.tcl
+++ b/library/platform/shell.tcl
@@ -131,7 +131,7 @@ proc ::platform::shell::RUN {shell code} {
set e [TEMP]
set code [catch {
- exec $shell $c 2> $e
+ exec $shell $c 2> $e
} res]
file delete $c