]> git.tuebingen.mpg.de Git - paraslash.git/commit
mp4: Run indent on mp4.c.
authorAndre Noll <maan@tuebingen.mpg.de>
Sun, 8 Aug 2021 19:37:27 +0000 (21:37 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Mon, 30 May 2022 19:37:35 +0000 (21:37 +0200)
commit6140341e728fb7469c57543534ec31dfec4a0c81
treec3fb8b33cc29abb53c81ef920e26d16520e2416a
parentcb720699e25ced0d9330ceb7ca2fde5e1b715467
mp4: Run indent on mp4.c.

This transforms the newly added code to a form which matches the
paraslash coding style.

The patch was produced with

indent -kr -i8 -ts8 -sob -l80 -ss -bs

followed by a some manual cleanups.
mp4.c