Commit graph

3 commits

Author SHA1 Message Date
Bill Kendrick
cc05925d9e Re-ran indent on all .c & .h source code files
Like so --
  find . -name "*.c" -or -name "*.h" -exec  indent -nbfda -npcs -npsl -bli0 --no-tabs {} \;

The `indent` invocation differs from the last one noted in
CHANGES.txt (from 2006!?), in that I've added "--no-tabs",
to ensure indents are all space-based.
2022-09-15 00:14:20 -07:00
Bill Kendrick
062b4036d0 indent dummy.c 2017-10-15 11:32:16 -07:00
Albert Cahalan
d72276f6d0 needed to test compiler, linker, headers, etc. 2008-05-25 08:58:32 +00:00