Commit 08f41714 authored by ramiro's avatar ramiro

Indent

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@9971 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 4b983637
...@@ -3169,7 +3169,7 @@ static int64_t getutime(void) ...@@ -3169,7 +3169,7 @@ static int64_t getutime(void)
GetProcessTimes(proc, &c, &e, &k, &u); GetProcessTimes(proc, &c, &e, &k, &u);
return ((int64_t) u.dwHighDateTime << 32 | u.dwLowDateTime) / 10; return ((int64_t) u.dwHighDateTime << 32 | u.dwLowDateTime) / 10;
#else #else
return av_gettime(); return av_gettime();
#endif #endif
} }
......
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