Skip to content

Commit f4fada3

Browse files
committed
chrony_dbus_service.cpp: Fixes for clang-format
1 parent 5da242b commit f4fada3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/chrony/dbus/chrony_dbus_service.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#include "chrony/dbus/chrony_dbus_service.hpp"
22

3+
#include <chrony/candm.hpp>
4+
#include <chrony/client.hpp>
35
#include <netinet/in.h>
46
#include <simppl/dispatcher.h>
57
#include <simppl/skeleton.h>
6-
#include <chrony/candm.hpp>
7-
#include <chrony/client.hpp>
88

99
#include <chrono> // NOLINT (misc-include-cleaner) False positive
1010
#include <cstdint>

0 commit comments

Comments
 (0)