Index: openacs-4/packages/acs-templating/tcl/test/date-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/test/date-procs.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/acs-templating/tcl/test/date-procs.tcl 4 Jun 2006 00:45:48 -0000 1.2 +++ openacs-4/packages/acs-templating/tcl/test/date-procs.tcl 7 Aug 2017 23:48:02 -0000 1.3 @@ -24,4 +24,9 @@ aa_true "to_timestamp for Oracle 9i and PostgreSQL" [string match "to_timestamp*" $sql_date] } } -} \ No newline at end of file +} +# Local variables: +# mode: tcl +# tcl-indent-level: 4 +# indent-tabs-mode: nil +# End: