]> granicus.if.org Git - procps-ng/commitdiff
library: this is why we hate those darn tab characters
authorJim Warner <james.warner@comcast.net>
Tue, 9 Nov 2021 06:00:00 +0000 (00:00 -0600)
committerCraig Small <csmall@dropbear.xyz>
Sun, 14 Nov 2021 05:23:07 +0000 (16:23 +1100)
Signed-off-by: Jim Warner <james.warner@comcast.net>
proc/sysinfo.c

index ed052221de538543e4cb4c20fc36f280192f96cc..234a58253d98745caf9ea5c790a63c054ff59732 100644 (file)
@@ -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);                                           \