summaryrefslogtreecommitdiff
path: root/shared/util.c
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2022-06-07 22:23:40 +0200
committerlonkaars <loek@pipeframe.xyz>2022-06-07 22:23:40 +0200
commitc88c7c7c6e6c687c3d8170cb07a467aa3c4d7f48 (patch)
treee44072afb5a63158df60ff139958364096c09618 /shared/util.c
parent377a6b80fb766995566bd77047eef08e0a4b5aae (diff)
`make format`
Diffstat (limited to 'shared/util.c')
-rw-r--r--shared/util.c1
1 files changed, 0 insertions, 1 deletions
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;
}
-