#!/bin/csh -f
foreach f ( $* )
indent -ndj -i3 -ip0 -npcs -cli3 -di3 -npsl -ncdb -l80 $f
end

