Apply fixes from StyleCI

This commit is contained in:
Daniil Gentili 2017-06-27 07:16:46 +00:00 committed by StyleCI Bot
parent 3160917b5e
commit 0591ea4b41

View File

@ -107,7 +107,7 @@ trait AuthKeyHandler
$time = microtime(true);
while (!feof($f)) {
usleep(
(int)(($writePeriod -
(int) (($writePeriod -
(microtime(true) - $time) // Time it took me to write frames
) * 1000000)
);