From a9bb28a315e9470005ff1908440afed969d005ee Mon Sep 17 00:00:00 2001 From: Ramiro Polla Date: Tue, 7 Aug 2007 00:46:36 +0000 Subject: [PATCH] Indent Originally committed as revision 9971 to svn://svn.ffmpeg.org/ffmpeg/trunk --- ffmpeg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ffmpeg.c b/ffmpeg.c index 2b0a01e511..b8186c2b83 100644 --- a/ffmpeg.c +++ b/ffmpeg.c @@ -3169,7 +3169,7 @@ static int64_t getutime(void) GetProcessTimes(proc, &c, &e, &k, &u); return ((int64_t) u.dwHighDateTime << 32 | u.dwLowDateTime) / 10; #else - return av_gettime(); + return av_gettime(); #endif }