From e1ed0bea3948d06cbb7ffb5f32e9491d37af50d7 Mon Sep 17 00:00:00 2001 From: Shivani Bhardwaj Date: Fri, 29 Mar 2024 18:16:16 +0530 Subject: [PATCH] detect/port: clang fmt changes --- src/detect-engine-build.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/detect-engine-build.c b/src/detect-engine-build.c index ea4775807b..a71f1451ca 100644 --- a/src/detect-engine-build.c +++ b/src/detect-engine-build.c @@ -1341,8 +1341,8 @@ error: } #define UNDEFINED_PORT 0 -#define RANGE_PORT 1 -#define SINGLE_PORT 2 +#define RANGE_PORT 1 +#define SINGLE_PORT 2 typedef struct UniquePortPoint_ { uint16_t port; /* value of the port */ -- 2.47.2