Browse Source

Reindent

Originally committed as revision 23931 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård 14 years ago
parent
commit
9958096ea2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      libavutil/random_seed.c

+ 1 - 1
libavutil/random_seed.c

@@ -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;