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/declpcm.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/declpcm.c')
-rw-r--r-- | libhb/declpcm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/declpcm.c b/libhb/declpcm.c index f6a703d38..155331315 100644 --- a/libhb/declpcm.c +++ b/libhb/declpcm.c @@ -11,7 +11,7 @@ int declpcmWork( hb_work_object_t *, hb_buffer_t **, hb_buffer_t ** ); void declpcmClose( hb_work_object_t * ); hb_work_object_t hb_declpcm = -{ +{ WORK_DECLPCM, "LPCM decoder", declpcmInit, |