template.c: reformat: remove empty line
This commit is contained in:
parent
059501dcc6
commit
2e701099d0
@ -170,7 +170,6 @@ main(void)
|
|||||||
|
|
||||||
// 1. open file
|
// 1. open file
|
||||||
FILE* output_file = fopen("output.wav", "wb");
|
FILE* output_file = fopen("output.wav", "wb");
|
||||||
|
|
||||||
if (output_file == NULL || !output_file) {
|
if (output_file == NULL || !output_file) {
|
||||||
perror("fopen");
|
perror("fopen");
|
||||||
return 1;
|
return 1;
|
||||||
|
Loading…
Reference in New Issue
Block a user