core: use uniform style for RateLimit initialization
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 17 Nov 2023 16:55:35 +0000 (17:55 +0100)
committerLuca Boccassi <bluca@debian.org>
Wed, 22 Nov 2023 12:32:31 +0000 (12:32 +0000)
commitfed25720efa0fb0b94a0b13a7bf2b1df971280e2
treea3286f3ac8aea3991004bb3ca6226de55721c05e
parentb2bd488e7672b30ad3a4cc730ae5eaeeeb19a36e
core: use uniform style for RateLimit initialization

RateLimit is designed so that we can always initialize only the first two
fields explicitly. All other call sites use a single line for this.
src/basic/ratelimit.h
src/core/manager.c
src/core/path.c
src/core/socket.c
src/core/unit.c