From 126b14470ef93857e398b0b3e2d4624dc9f52db5 Mon Sep 17 00:00:00 2001 From: Jim Warner Date: Tue, 9 Nov 2021 00:00:00 -0600 Subject: [PATCH] library: this is why we hate those darn tab characters Signed-off-by: Jim Warner --- proc/sysinfo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proc/sysinfo.c b/proc/sysinfo.c index ed052221..234a5825 100644 --- a/proc/sysinfo.c +++ b/proc/sysinfo.c @@ -56,7 +56,7 @@ static __thread char buf[8192]; * It also reads the current contents of the file into the global buf. */ #define FILE_TO_BUF(filename, fd) do{ \ - static __thread int local_n; \ + static __thread int local_n; \ if (fd == -1 && (fd = open(filename, O_RDONLY)) == -1) { \ fputs(BAD_OPEN_MESSAGE, stderr); \ fflush(NULL); \ -- 2.40.0