Skip to content

Commit 302e18f

Browse files
artwork: code formatting
1 parent fda6a63 commit 302e18f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

plugins/artwork/artwork.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -303,8 +303,7 @@ dir_scan_results (struct dirent *entry, const char *container, ddb_cover_info_t
303303
return -1;
304304
}
305305

306-
static
307-
int _dirent_alpha_cmp_func(const void *a, const void *b) {
306+
static int _dirent_alpha_cmp_func(const void *a, const void *b) {
308307
struct dirent * const *fa = a;
309308
struct dirent * const *fb = b;
310309

0 commit comments

Comments
 (0)