From: Rodeo Date: Thu, 29 Mar 2012 15:06:59 +0000 (+0000) Subject: libhb/hd_dict.c, add newline at end of file. X-Git-Tag: 0.9.9~722 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=72997d728bb599ffff1e81c65ff4b44cc646c3f0;p=handbrake libhb/hd_dict.c, add newline at end of file. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4556 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- diff --git a/libhb/common.c b/libhb/common.c index d1d539020..2cab52034 100644 --- a/libhb/common.c +++ b/libhb/common.c @@ -2008,4 +2008,3 @@ void hb_hexdump( hb_debug_level_t level, const char * label, const uint8_t * dat hb_deep_log( level, " %-50s%20s", line, ascii ); } } - diff --git a/libhb/hb_dict.c b/libhb/hb_dict.c index 1592f7e50..6946b563f 100644 --- a/libhb/hb_dict.c +++ b/libhb/hb_dict.c @@ -168,4 +168,4 @@ hb_dict_t * hb_encopts_to_dict( const char * encopts, int encoder ) free( opts_start ); } return dict; -} \ No newline at end of file +}