diff utils.c @ 2869:02e909632f18 libavformat

indent
author michael
date Sat, 29 Dec 2007 16:34:51 +0000
parents 22467d1cf49c
children f5de41d943e2
line wrap: on
line diff
--- a/utils.c	Sat Dec 29 16:13:03 2007 +0000
+++ b/utils.c	Sat Dec 29 16:34:51 2007 +0000
@@ -2966,7 +2966,7 @@
     if(!ls)
         ls = strchr(p, '?');
     if(ls)
-            av_strlcpy(path, ls, path_size);
+        av_strlcpy(path, ls, path_size);
     else
         ls = &p[strlen(p)]; // XXX