Reformat: delete trailing whitespace
[idzebra-moved-to-github.git] / util / dirent.c
index add845b..55a9f3d 100644 (file)
@@ -52,7 +52,7 @@ DIR *opendir (const char *name)
     dd->handle = FindFirstFile(fullName, &dd->find_data);
     return dd;
 }
-                                                          
+
 struct dirent *readdir (DIR *dd)
 {
     if (dd->handle == INVALID_HANDLE_VALUE)