Commit a9bb28a3 authored by Ramiro Polla's avatar Ramiro Polla

Indent

Originally committed as revision 9971 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent a8482aab
......@@ -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
}
......
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