Skip to content

Commit a5dd9b4

Browse files
oschwaldclaude
andcommitted
Run precious tidy --all with clang-format 21
Reformat to match clang-format 21.1.8 output. The only change is indentation of preprocessor directives inside #ifdef/#ifndef blocks. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 68d5c30 commit a5dd9b4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/data-pool.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#ifndef _POSIX_C_SOURCE
2-
#define _POSIX_C_SOURCE 200809L
2+
#define _POSIX_C_SOURCE 200809L
33
#endif
44

55
#include "data-pool.h"
@@ -146,8 +146,8 @@ MMDB_entry_data_list_s *data_pool_to_list(MMDB_data_pool_s *const pool) {
146146

147147
#ifdef TEST_DATA_POOL
148148

149-
#include <libtap/tap.h>
150-
#include <maxminddb_test_helper.h>
149+
#include <libtap/tap.h>
150+
#include <maxminddb_test_helper.h>
151151

152152
static void test_can_multiply(void);
153153

0 commit comments

Comments
 (0)