From: Shivani Bhardwaj Date: Fri, 29 Mar 2024 12:46:16 +0000 (+0530) Subject: detect/port: clang fmt changes X-Git-Tag: suricata-7.0.6~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e1ed0bea3948d06cbb7ffb5f32e9491d37af50d7;p=thirdparty%2Fsuricata.git detect/port: clang fmt changes --- 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 */