[InterNetNews/inn] 809515: Reformat C code with clang-format 14-rc1
Julien ÉLIE
noreply at github.com
Sun Feb 20 19:12:56 UTC 2022
Branch: refs/heads/main
Home: https://github.com/InterNetNews/inn
Commit: 80951541b7d3b24a985b8b64d905af2c9b0999f8
https://github.com/InterNetNews/inn/commit/80951541b7d3b24a985b8b64d905af2c9b0999f8
Author: Julien ÉLIE <Julien-Elie at users.noreply.github.com>
Date: 2022-02-20 (Sun, 20 Feb 2022)
Changed paths:
M authprogs/ckpasswd.c
M expire/expire.c
M frontends/inews.c
M frontends/ovdb_stat.c
M history/his.c
M history/hisinterface.h
M include/inn/confparse.h
M include/inn/dbz.h
M include/inn/history.h
M include/inn/innconf.h
M include/inn/libinn.h
M include/inn/nntp.h
M include/inn/ov.h
M include/inn/overview.h
M include/inn/qio.h
M include/inn/storage.h
M include/inn/timer.h
M include/inn/tst.h
M include/portable/stdbool.h
M innd/innd.h
M innd/rc.c
M innfeed/configfile.h
M innfeed/connection.c
M innfeed/imap_connection.c
M innfeed/innfeed.h
M innfeed/misc.h
M lib/confparse.c
M lib/date.c
M nnrpd/article.c
M nnrpd/nnrpd.h
M nnrpd/post.h
M storage/buffindexed/buffindexed.c
M storage/cnfs/cnfs-private.h
M storage/cnfs/cnfs.c
M storage/expire.c
M storage/interface.c
M storage/ovsqlite/ovsqlite-private.h
M storage/ovsqlite/ovsqlite-server.c
M storage/timecaf/timecaf.c
M storage/timehash/timehash.c
M storage/tradspool/tradspool.c
M tests/runtests.c
Log Message:
-----------
Reformat C code with clang-format 14-rc1
It fixes a reported formatting bug to clang-format for a wrong
reformatting of lines with a variable named "private" (previously
considered as an accessor).
Also, the opening { is now on the initial line of enum and typedef
definitions. And vertical alignment has been fixed.
Commit: 580e68c55ee2f747b3f032eaacca8a2b2b98211a
https://github.com/InterNetNews/inn/commit/580e68c55ee2f747b3f032eaacca8a2b2b98211a
Author: Julien ÉLIE <Julien-Elie at users.noreply.github.com>
Date: 2022-02-20 (Sun, 20 Feb 2022)
Changed paths:
M .git-blame-ignore-revs
Log Message:
-----------
Ignore the previous reformatting commit in git blame
Compare: https://github.com/InterNetNews/inn/compare/c19f002f7caf...580e68c55ee2
More information about the inn-committers
mailing list