Index: openacs-4/packages/acs-datetime/tcl/acs-calendar-2-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-datetime/tcl/acs-calendar-2-procs.tcl,v diff -u -N -r1.44 -r1.44.2.1 --- openacs-4/packages/acs-datetime/tcl/acs-calendar-2-procs.tcl 19 Jun 2015 19:52:03 -0000 1.44 +++ openacs-4/packages/acs-datetime/tcl/acs-calendar-2-procs.tcl 10 Sep 2015 08:21:21 -0000 1.44.2.1 @@ -575,3 +575,9 @@ return [expr {$end_hour - $start_hour}] } } + +# Local variables: +# mode: tcl +# tcl-indent-level: 4 +# indent-tabs-mode: nil +# End: