Browse code

lavf/ftp: remove double space

Signed-off-by: Lukasz Marek <lukasz.m.luki@gmail.com>

Lukasz Marek authored on 2014/01/21 09:26:18
Showing 1 changed files
... ...
@@ -572,7 +572,7 @@ static int64_t ftp_seek(URLContext *h, int64_t pos, int whence)
572 572
         return AVERROR(EINVAL);
573 573
     }
574 574
 
575
-    if  (h->is_streamed)
575
+    if (h->is_streamed)
576 576
         return AVERROR(EIO);
577 577
 
578 578
     /* XXX: Simulate behaviour of lseek in file protocol, which could be treated as a reference */