Index: openacs-4/packages/file-storage/tcl/file-storage-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/file-storage/tcl/file-storage-procs.tcl,v diff -u -N -r1.69 -r1.69.2.1 --- openacs-4/packages/file-storage/tcl/file-storage-procs.tcl 27 Apr 2015 15:28:20 -0000 1.69 +++ openacs-4/packages/file-storage/tcl/file-storage-procs.tcl 12 Sep 2015 11:06:18 -0000 1.69.2.1 @@ -1628,3 +1628,9 @@ } return [join $categories $joinwith] } + +# Local variables: +# mode: tcl +# tcl-indent-level: 4 +# indent-tabs-mode: nil +# End: