Explorar o código

libcompat: Remove dangling blank line

Guillem Jover %!s(int64=11) %!d(string=hai) anos
pai
achega
3010654eee
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      lib/compat/alphasort.c

+ 0 - 1
lib/compat/alphasort.c

@@ -29,5 +29,4 @@ alphasort(const void *a, const void *b)
 {
 	return strcmp((*(const struct dirent **)a)->d_name,
 	              (*(const struct dirent **)b)->d_name);
-
 }