Skip to content

Commit 1edd506

Browse files
committed
Reformat code with clang-format 18
Signed-off-by: Matthias J. Kannwischer <matthias@kannwischer.eu>
1 parent 66ec4bf commit 1edd506

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlkem/debug.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ void mlk_debug_check_bounds(const char *file, int line, const int16_t *ptr,
5959
* value_ub: Exclusive upper value bound */
6060
#define mlk_assert_bound(ptr, len, value_lb, value_ub) \
6161
mlk_debug_check_bounds(__FILE__, __LINE__, (const int16_t *)(ptr), (len), \
62-
(value_lb)-1, (value_ub))
62+
(value_lb) - 1, (value_ub))
6363

6464
/* Check absolute bounds in array of int16_t's
6565
* ptr: Base of array, expression of type int16_t*

0 commit comments

Comments
 (0)