mirror of
https://gitee.com/openharmony/third_party_libsnd
synced 2024-11-23 01:49:53 +00:00
xi: Remove extra blank lines
This commit is contained in:
parent
bde4a1364e
commit
be637260f7
7
src/xi.c
7
src/xi.c
@ -312,10 +312,6 @@ xi_write_header (SF_PRIVATE *psf, int UNUSED (calc_length))
|
||||
|
||||
psf_binheader_writef (psf, "b", BHWv (pxi->sample_name), BHWz (sizeof (pxi->sample_name))) ;
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/* Header construction complete so write it out. */
|
||||
psf_fwrite (psf->header.ptr, psf->header.indx, 1, psf) ;
|
||||
|
||||
@ -409,8 +405,6 @@ xi_read_header (SF_PRIVATE *psf)
|
||||
|
||||
psf_log_printf (psf, " size : %d\n", sample_sizes [k]) ;
|
||||
|
||||
|
||||
|
||||
psf_log_printf (psf, " loop\n begin : %d\n end : %d\n", loop_begin, loop_end) ;
|
||||
|
||||
psf_log_printf (psf, " volume : %u\n f. tune : %d\n flags : 0x%02X ",
|
||||
@ -1227,4 +1221,3 @@ d2dles_array (XI_PRIVATE *pxi, const double *src, short *dest, int count, double
|
||||
|
||||
pxi->last_16 = last_val ;
|
||||
} /* d2dles_array */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user