Commit 50c5dc0a authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Compat: remove trailing spaces

parent 0b2767bd
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment