remove spurious spaces & tabs at end of lines

This commit is contained in:
Philippe Teuwen 2019-03-09 08:59:13 +01:00
commit 60f292b18e
249 changed files with 8481 additions and 8481 deletions

View file

@ -28,7 +28,7 @@ int scandir (const char *dir,
int count = 0;
int allocated = 0;
int err_no = 0;
if (!(dirp = opendir (dir)))
return -1;