From c0889acb6c286c837530fdbeb96007b0dee8b776 Mon Sep 17 00:00:00 2001 From: Carl Shapiro Date: Thu, 11 Sep 2025 14:46:35 -0700 Subject: [PATCH] Replace an instance of indentation with spaces with tabs --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 4e9d0bea..12cde70c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -155,7 +155,7 @@ C_SRCS := $(srcroot)src/jemalloc.c \ $(srcroot)src/tcache.c \ $(srcroot)src/test_hooks.c \ $(srcroot)src/thread_event.c \ - $(srcroot)src/thread_event_registry.c \ + $(srcroot)src/thread_event_registry.c \ $(srcroot)src/ticker.c \ $(srcroot)src/tsd.c \ $(srcroot)src/util.c \