]> granicus.if.org Git - libass/commit
Reindent all source code.
authorgreg <greg@blackbox>
Thu, 18 Jun 2009 15:54:08 +0000 (17:54 +0200)
committergreg <greg@blackbox>
Sat, 20 Jun 2009 01:38:00 +0000 (03:38 +0200)
commit2303b5430337da60f582613f95e605f08606759f
tree7ab52c9de634da3dfe55e1f36e87030beff2a3fe
parent9c7521c0224f16880870839f7492e50b1c8602f7
Reindent all source code.

Reindent complete source code (*.c, *.h) with indent, the exact command
line being:
indent -kr -i4 -bap -nut -l76 *.c *.h

From now on, new code should use (more or less) K&R style,
only spaces and no tabs, 4 spaces indent width. Avoid long lines.

Fix function declaration pointer spacing.

Remove spaces that were added to many function declarations by indent,
like some_func(foo_t * bar).
Fix indenting of macros in ass.c
20 files changed:
libass/ass.c
libass/ass.h
libass/ass_bitmap.c
libass/ass_bitmap.h
libass/ass_cache.c
libass/ass_cache.h
libass/ass_cache_template.c
libass/ass_font.c
libass/ass_font.h
libass/ass_fontconfig.c
libass/ass_fontconfig.h
libass/ass_library.c
libass/ass_library.h
libass/ass_render.c
libass/ass_types.h
libass/ass_utils.c
libass/ass_utils.h
libass/help_mp.h
libass/mputils.c
libass/mputils.h