Commit 9958096e authored by Måns Rullgård's avatar Måns Rullgård

Reindent

Originally committed as revision 23931 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent b7fa5c5a
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment