diff options
author | saintdev <[email protected]> | 2008-02-21 02:02:42 +0000 |
---|---|---|
committer | saintdev <[email protected]> | 2008-02-21 02:02:42 +0000 |
commit | cdfc09f2ba0eac2793357e18408248fba1f9620d (patch) | |
tree | ae829c21b492f74299569ca91bd9f378e012a21a /libhb/encvorbis.c | |
parent | a9cd8746b1a207e67b3e6fb0c78002d448c43fc1 (diff) |
Formatting: Remove a lot of trailing whitespace.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1307 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/encvorbis.c')
-rw-r--r-- | libhb/encvorbis.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libhb/encvorbis.c b/libhb/encvorbis.c index a90b285d2..d5b9a74ee 100644 --- a/libhb/encvorbis.c +++ b/libhb/encvorbis.c @@ -148,7 +148,7 @@ int encvorbisInit( hb_work_object_t * w, hb_job_t * job ) void encvorbisClose( hb_work_object_t * w ) { hb_work_private_t * pv = w->private_data; - + vorbis_block_clear( &pv->vb ); vorbis_dsp_clear( &pv->vd ); vorbis_comment_clear( &pv->vc ); @@ -156,7 +156,7 @@ void encvorbisClose( hb_work_object_t * w ) if (pv->list) hb_list_empty( &pv->list ); - + free( pv->buf ); free( pv ); w->private_data = NULL; |