From e727bc0311a7e2ef409c0a0238a5f156976c6177 Mon Sep 17 00:00:00 2001 From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Fri, 29 Oct 2021 12:36:16 +0100 Subject: [PATCH] cosmetic change only --- general-utilities.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/general-utilities.h b/general-utilities.h index 071ab29..b371614 100644 --- a/general-utilities.h +++ b/general-utilities.h @@ -37,8 +37,7 @@ #endif void hcton64(uint64_t num, uint8_t *p); -uint32_t -nctohl(const uint8_t *p); // read 4 characters from *p and do ntohl on them, avoiding aliasing +uint32_t nctohl(const uint8_t *p); // read 4 characters from *p and do ntohl on them, avoiding aliasing uint16_t nctohs(const uint8_t *p); uint64_t timespec_to_ns(struct timespec *tn); uint64_t get_time_now(); -- 2.47.2