forked from FFmpeg/FFmpeg
Reindent
Originally committed as revision 22666 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
ddbeb95447
commit
d8f9295753
1 changed files with 3 additions and 3 deletions
|
@ -3468,9 +3468,9 @@ char *ff_data_to_hex(char *buff, const uint8_t *src, int s, int lowercase)
|
|||
{
|
||||
int i;
|
||||
static const char hex_table_uc[16] = { '0', '1', '2', '3',
|
||||
'4', '5', '6', '7',
|
||||
'8', '9', 'A', 'B',
|
||||
'C', 'D', 'E', 'F' };
|
||||
'4', '5', '6', '7',
|
||||
'8', '9', 'A', 'B',
|
||||
'C', 'D', 'E', 'F' };
|
||||
static const char hex_table_lc[16] = { '0', '1', '2', '3',
|
||||
'4', '5', '6', '7',
|
||||
'8', '9', 'a', 'b',
|
||||
|
|
Loading…
Add table
Reference in a new issue