mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-06 12:33:12 +02:00
391a94cdd4
* Add a trailing comma after the last element. Without it clang-format
glues the closing brace onto the last element, like "NULL};".
* Write '= {' on the declaration line instead of a lone '{' on the next
line. clang-format keeps such a lone '{' as-is but gives it and the
whole body an extra continuation indent, which looks weird.