Skip to content

Commit 0495f05

Browse files
committed
happy_linter
1 parent 1d9f84b commit 0495f05

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

common.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
#endif
1111
#include <string.h>
1212
#ifndef _WIN32
13-
#include <unistd.h>
1413
#include <getopt.h>
14+
#include <unistd.h>
1515
#endif
1616
#ifdef NCURSES
1717
#include <curses.h>

output/common.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,6 @@ int audio_raw_clean(struct audio_raw *audio_raw) {
591591
audio_raw->right_previous_frame = NULL;
592592
}
593593

594-
595594
return 0;
596595
}
597596

0 commit comments

Comments
 (0)