diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-06-07 22:23:40 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-06-07 22:23:40 +0200 |
commit | c88c7c7c6e6c687c3d8170cb07a467aa3c4d7f48 (patch) | |
tree | e44072afb5a63158df60ff139958364096c09618 /shared | |
parent | 377a6b80fb766995566bd77047eef08e0a4b5aae (diff) |
`make format`
Diffstat (limited to 'shared')
-rw-r--r-- | shared/util.c | 1 |
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; } - |