Skip to content

Commit fb77bb3

Browse files
committed
Keep formatting consistent.
1 parent ffdd0c6 commit fb77bb3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Include/internal/pycore_pyatomic_ft_wrappers.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ extern "C" {
163163
#define FT_ATOMIC_ADD_SSIZE(value, new_value) (void)(value += new_value)
164164
#define FT_MUTEX_LOCK(lock) do {} while (0)
165165
#define FT_MUTEX_UNLOCK(lock) do {} while (0)
166+
166167
#endif
167168

168169
#ifdef __cplusplus

0 commit comments

Comments
 (0)