This is an automated email from the ASF dual-hosted git repository. mxmanghi pushed a commit to branch tcl-novem in repository https://gitbox.apache.org/repos/asf/tcl-rivet.git
commit f16d11124d511c2bd49d62ea2306670bb3a4ac2d Author: Massimo Manghi <mxman...@apache.org> AuthorDate: Sat Aug 31 19:21:40 2024 +0200 reformatting tabs and spaces --- rivet/packages/session/session-class.tcl | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/rivet/packages/session/session-class.tcl b/rivet/packages/session/session-class.tcl index 66436cf..c047810 100644 --- a/rivet/packages/session/session-class.tcl +++ b/rivet/packages/session/session-class.tcl @@ -103,16 +103,16 @@ package require Itcl public variable debugMode 1 constructor {args} { - eval configure $args + eval configure $args $dioObject registerSpecialField $sessionTable session_update_time NOW - $dioObject registerSpecialField $sessionTable session_start_time NOW + $dioObject registerSpecialField $sessionTable session_start_time NOW } method status {args} { - if {$args == ""} { - return $status - } - set status $args + if {$args == ""} { + return $status + } + set status $args } # get_entropy_bytes - read entropyLength bytes from a random data --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@tcl.apache.org For additional commands, e-mail: commits-h...@tcl.apache.org