Skip to content

Commit c145499

Browse files
authored
Merge pull request #101 from ssahani/misc
Sort headers
2 parents 85c64f8 + bbc58a6 commit c145499

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/netlog/netlog-manager.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
#include <systemd/sd-daemon.h>
44

55
#include "capability-util.h"
6-
#include "conf-parser.h"
7-
#include "fd-util.h"
86
#include "fileio.h"
97
#include "mkdir.h"
8+
#include "conf-parser.h"
9+
#include "fd-util.h"
1010
#include "netlog-manager.h"
1111
#include "network-util.h"
1212
#include "parse-util.h"
@@ -576,7 +576,7 @@ int manager_new(const char *state_file, const char *cursor, Manager **ret) {
576576
.journal_watch_fd = -1,
577577
.state_file = strdup(state_file),
578578
.protocol = SYSLOG_TRANSMISSION_PROTOCOL_UDP,
579-
.log_format = SYSLOG_TRANSMISSION_LOG_FORMAT_RFC_5424,
579+
.log_format = SYSLOG_TRANSMISSION_LOG_FORMAT_RFC_5424,
580580
.auth_mode = OPEN_SSL_CERTIFICATE_AUTH_MODE_INVALID,
581581
.connection_retry_usec = DEFAULT_CONNECTION_RETRY_USEC,
582582
.ratelimit = (const RateLimit) {

0 commit comments

Comments
 (0)