From eb525335e2dd56bb7a7ebc4a1d13d28d35f5729b Mon Sep 17 00:00:00 2001 From: Semyon Saprykin <78843201+vemneyy@users.noreply.github.com> Date: Wed, 7 Jan 2026 19:21:38 +0300 Subject: [PATCH] small fix: add newline at end of file --- nfq/desync.c | 2 +- nfq/nfqws.c | 2 +- nfq/params.c | 2 +- nfq/params.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/nfq/desync.c b/nfq/desync.c index cba86cc3..7d5950b7 100644 --- a/nfq/desync.c +++ b/nfq/desync.c @@ -3595,4 +3595,4 @@ static bool replay_queue(struct rawpacket_tailhead *q) } } return b; -} \ No newline at end of file +} diff --git a/nfq/nfqws.c b/nfq/nfqws.c index f671682b..78b278af 100644 --- a/nfq/nfqws.c +++ b/nfq/nfqws.c @@ -3816,4 +3816,4 @@ ex: exiterr: result = 1; goto ex; -} \ No newline at end of file +} diff --git a/nfq/params.c b/nfq/params.c index 0b9ae141..c38738d9 100644 --- a/nfq/params.c +++ b/nfq/params.c @@ -392,4 +392,4 @@ void cleanup_params(struct params_s *params) #else free(params->user); params->user=NULL; #endif -} \ No newline at end of file +} diff --git a/nfq/params.h b/nfq/params.h index 2b33450a..dd2f1ccb 100644 --- a/nfq/params.h +++ b/nfq/params.h @@ -281,4 +281,4 @@ int DLOG_ERR(const char *format, ...); int DLOG_PERROR(const char *s); int DLOG_CONDUP(const char *format, ...); int HOSTLIST_DEBUGLOG_APPEND(const char *format, ...); -void hexdump_limited_dlog(const uint8_t *data, size_t size, size_t limit); \ No newline at end of file +void hexdump_limited_dlog(const uint8_t *data, size_t size, size_t limit);