From d996b9b4f5a8331539a4e8767846529f10bb337c Mon Sep 17 00:00:00 2001 From: Anil Mahtani <929854+Anilm3@users.noreply.github.com> Date: Thu, 23 Jan 2025 09:49:46 +0000 Subject: [PATCH] Amend format change --- include/ddwaf.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/include/ddwaf.h b/include/ddwaf.h index 7fbc16fd..4ec75fec 100644 --- a/include/ddwaf.h +++ b/include/ddwaf.h @@ -63,11 +63,11 @@ typedef enum **/ typedef enum { - DDWAF_MATCH = 1, - DDWAF_OK = 0, - DDWAF_ERR_INVALID_ARGUMENT = -1, - DDWAF_ERR_INVALID_OBJECT = -2, DDWAF_ERR_INTERNAL = -3, + DDWAF_ERR_INVALID_OBJECT = -2, + DDWAF_ERR_INVALID_ARGUMENT = -1, + DDWAF_OK = 0, + DDWAF_MATCH = 1, } DDWAF_RET_CODE; /**