ada-batch-reformat

ada-batch-reformat is a compiled Lisp function in `ada-mode.el'.

(ada-batch-reformat)

Re-indent and re-case all the files found on the command line.
This function should be used from the command line, with a
command like:
emacs -batch -l ada-mode -f ada-batch-reformat file1 file2 ...