diff options
author | Alex Converse <aconverse@google.com> | 2011-05-05 22:33:30 -0700 |
---|---|---|
committer | Alex Converse <alex.converse@gmail.com> | 2011-05-08 13:33:23 -0700 |
commit | c38d9780eb5397670c94634f3fd8d489e942c140 (patch) | |
tree | 1fd2c6a3b2b5ea62abe64459de90cfc677de5979 /libpostproc | |
parent | 15695541538ae118ffedb8e8c821d242caaa0be4 (diff) | |
download | ffmpeg-c38d9780eb5397670c94634f3fd8d489e942c140.tar.gz |
cosmetics: trim trailing whitespace in postproc
Diffstat (limited to 'libpostproc')
-rw-r--r-- | libpostproc/postprocess.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libpostproc/postprocess.c b/libpostproc/postprocess.c index 4864b02198..dd50daf21e 100644 --- a/libpostproc/postprocess.c +++ b/libpostproc/postprocess.c @@ -1100,4 +1100,3 @@ void pp_postprocess(const uint8_t * src[3], const int srcStride[3], } } } - |