|
|
Author: bernhard
Date: Thu Jul 31 01:20:53 2008
New Revision: 29907
Modified:
trunk/languages/tcl/runtime/builtin/array.pir
trunk/languages/tcl/runtime/builtin/binary.pir
trunk/languages/tcl/runtime/builtin/file.pir
Log:
[codingstd] remove trailing whitespace
Modified: trunk/languages/tcl/runtime/builtin/array.pir
==============================================================================
--- trunk/languages/tcl/runtime/builtin/array.pir (original)
+++ trunk/languages/tcl/runtime/builtin/array.pir Thu Jul 31 01:20:53 2008
@@ -455,7 +455,7 @@
options[8] = 'startsearch'
options[9] = 'statistics'
options[10] = 'unset'
-
+
set_root_global ['_tcl'; 'helpers'; 'array'], 'options', options
.end
Modified: trunk/languages/tcl/runtime/builtin/binary.pir
==============================================================================
--- trunk/languages/tcl/runtime/builtin/binary.pir (original)
+++ trunk/languages/tcl/runtime/builtin/binary.pir Thu Jul 31 01:20:53 2008
@@ -13,7 +13,7 @@
subcommand_name = shift argv
.local pmc options
- options = get_root_global ['_tcl'; 'helpers'; 'binary'], 'options'
+ options = get_root_global ['_tcl'; 'helpers'; 'binary'], 'options'
.local pmc select_option
select_option = get_root_global ['_tcl'], 'select_option'
Modified: trunk/languages/tcl/runtime/builtin/file.pir
==============================================================================
--- trunk/languages/tcl/runtime/builtin/file.pir (original)
+++ trunk/languages/tcl/runtime/builtin/file.pir Thu Jul 31 01:20:53 2008
@@ -604,7 +604,7 @@
push options, 'type'
push options, 'volumes'
push options, 'writable'
-
+
set_root_global ['_tcl'; 'helpers'; 'file'], 'options', options
.end
|
|