mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-23 11:19:55 +00:00
Reindent
Originally committed as revision 23931 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
b7fa5c5abb
commit
9958096ea2
@ -31,7 +31,7 @@ static int read_random(uint32_t *dst, const char *file)
|
||||
|
||||
if (fd == -1)
|
||||
return -1;
|
||||
err = read(fd, dst, sizeof(*dst));
|
||||
err = read(fd, dst, sizeof(*dst));
|
||||
close(fd);
|
||||
|
||||
return err;
|
||||
|
Loading…
Reference in New Issue
Block a user