Skip to content
Snippets Groups Projects
Commit 50c5dc0a authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf
Browse files

Compat: remove trailing spaces

parent 0b2767bd
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,7 @@ char * strnstr (const char *haystack, const char *needle, size_t len)
if( len < i )
return NULL;
size_t count = len - i;
do
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment