Kaynağa Gözat

libcompat: Remove dangling blank line

Guillem Jover 11 yıl önce
ebeveyn
işleme
3010654eee
1 değiştirilmiş dosya ile 0 ekleme ve 1 silme
  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,
 	return strcmp((*(const struct dirent **)a)->d_name,
 	              (*(const struct dirent **)b)->d_name);
 	              (*(const struct dirent **)b)->d_name);
-
 }
 }