tuxpaint-pencil-sharpener/magic
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
..
docs Re-ran indent on all .c & .h source code files 2022-09-15 00:14:20 -07:00
icons More icon PNGs -> grayscale to address alpha issue 2022-09-02 02:26:57 -07:00
magic-docs Bump version to 0.9.29 in docs (built) 2022-06-14 00:17:52 -07:00
sounds Merge branch 'master' into sdl2.0 2021-11-06 08:59:22 +01:00
src Re-ran indent on all .c & .h source code files 2022-09-15 00:14:20 -07:00
.cvsignore Make plugin building on Windows work. DLLs need their dependencies resolved at 2007-08-13 06:34:04 +00:00