From c88c7c7c6e6c687c3d8170cb07a467aa3c4d7f48 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Tue, 7 Jun 2022 22:23:40 +0200 Subject: `make format` --- shared/util.c | 1 - 1 file changed, 1 deletion(-) (limited to 'shared') diff --git a/shared/util.c b/shared/util.c index 641b4d9..6c5bb1a 100644 --- a/shared/util.c +++ b/shared/util.c @@ -13,4 +13,3 @@ unsigned int w2_newline_count(char *str, unsigned int len) { if (str[i] == '\n') newlines++; return newlines; } - -- cgit v1.2.3