Просмотр исходного кода

libcompat: Remove dangling blank line

Guillem Jover лет назад: 11
Родитель
Сommit
3010654eee
1 измененных файлов с 0 добавлено и 1 удалено
  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);
-
 }