From 9a3cb7463685603856df5f63a7d003e88c298255 Mon Sep 17 00:00:00 2001 From: Calvin Morrison Date: Tue, 23 May 2023 16:12:46 -0400 Subject: there's no leading tabs in this file --- fsbm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fsbm.c') diff --git a/fsbm.c b/fsbm.c index 08aeb96..44f4b09 100644 --- a/fsbm.c +++ b/fsbm.c @@ -99,7 +99,7 @@ void print_stats() { // Remove leading whitespace from the name name = buf; - while (*name == ' ' || *name == '\t') { + while (*name == ' ') { name++; } len = name - buf; -- cgit v1.2.3