glib/gio/xdgmime
Simon McVittie 44c004c84e Normalize C source files to end with exactly one newline
Some editors automatically remove trailing blank lines, or
automatically add a trailing newline to avoid having a trailing
non-blank line that is not terminated by a newline. To avoid unrelated
whitespace changes when users of such editors contribute to GLib,
let's pre-emptively normalize all files.

Unlike more intrusive whitespace normalization like removing trailing
whitespace from each line, this seems unlikely to cause significant
issues with cherry-picking changes to stable branches.

Implemented by:

    find . -name '*.[ch]' -print0 | \
    xargs -0 perl -0777 -p -i -e 's/\n+\z//g; s/\z/\n/g'

Signed-off-by: Simon McVittie <smcv@collabora.com>
2020-06-10 09:48:02 +01:00
..
.gitignore
meson.build
xdgmime.c xdgmime: Don’t set an out argument if it’s NULL 2019-06-03 12:13:53 +01:00
xdgmime.h
xdgmimealias.c
xdgmimealias.h
xdgmimecache.c xdgmime: Prevent infinite loops from badly-formed MIME registrations 2019-09-13 12:13:49 +01:00
xdgmimecache.h
xdgmimeglob.c
xdgmimeglob.h
xdgmimeicon.c Normalize C source files to end with exactly one newline 2020-06-10 09:48:02 +01:00
xdgmimeicon.h
xdgmimeint.c
xdgmimeint.h
xdgmimemagic.c
xdgmimemagic.h
xdgmimeparent.c Normalize C source files to end with exactly one newline 2020-06-10 09:48:02 +01:00
xdgmimeparent.h