]> git.ipfire.org Git - thirdparty/nqptp.git/commitdiff
clang format change only
authorMike Brady <4265913+mikebrady@users.noreply.github.com>
Thu, 25 Nov 2021 20:42:01 +0000 (20:42 +0000)
committerMike Brady <4265913+mikebrady@users.noreply.github.com>
Thu, 25 Nov 2021 20:42:01 +0000 (20:42 +0000)
nqptp.c

diff --git a/nqptp.c b/nqptp.c
index 20ab8b0ebe414712fd0cc2e092899c49e5a663ef..2d676f704fbfe99ce62163300616da19f62cd430 100644 (file)
--- a/nqptp.c
+++ b/nqptp.c
@@ -476,9 +476,9 @@ uint64_t broadcasting_task(uint64_t call_time, __attribute__((unused)) void *pri
       if (s == 0) {
         debug(1, "sending socket not found for clock %" PRIx64 " at %s, family %s.",
               clocks_private[i].clock_id, clocks_private[i].ip,
-              clocks_private[i].family == AF_INET
-                  ? "IPv4"
-                  : clocks_private[i].family == AF_INET6 ? "IPv6" : "Unknown");
+              clocks_private[i].family == AF_INET    ? "IPv4"
+              : clocks_private[i].family == AF_INET6 ? "IPv6"
+                                                     : "Unknown");
       } else {
         // debug(1, "Send message from socket %d.", s);