Explorar el Código

libcompat: Remove dangling blank line

Guillem Jover hace 11 años
padre
commit
3010654eee
Se han modificado 1 ficheros con 0 adiciones y 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);
-
 }