Skip to content

Commit

Permalink
Amend format change
Browse files Browse the repository at this point in the history
  • Loading branch information
Anilm3 committed Jan 23, 2025
1 parent e2b36fe commit d996b9b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions include/ddwaf.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;

/**
Expand Down

0 comments on commit d996b9b

Please sign in to comment.