Skip to content

Commit ff6b82b

Browse files
Fix
1 parent c95605c commit ff6b82b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/core/jbpf_helper.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ static void* (*jbpf_map_lookup_elem)(const void*, const void*) = (void* (*)(cons
2727
* @ingroup jbpf_agent
2828
* @ingroup helper_function
2929
*/
30-
static void* (*jbpf_map_lookup_reset_elem)(const void*, const void*) = (void* (*)(const void*, const void*))
31-
JBPF_MAP_LOOKUP_RESET;
30+
static void* (*jbpf_map_lookup_reset_elem)(const void*, const void*) = (void* (*)(const void*,
31+
const void*))JBPF_MAP_LOOKUP_RESET;
3232

3333
/**
3434
* @brief Adds or updates the value associated with key in map with the value item. The flags argument is currently

0 commit comments

Comments
 (0)