Fix whitespace in new code
"No space before "=" and space after cast please" https://github.com/MariaDB/server/pull/332#discussion_r114708923
This commit is contained in:
parent
6486bac29f
commit
eede812f05
@ -5077,7 +5077,7 @@ static void nice_time(double sec,char *buff,bool part_second)
|
|||||||
|
|
||||||
static void end_timer(ulonglong start_time, char *buff)
|
static void end_timer(ulonglong start_time, char *buff)
|
||||||
{
|
{
|
||||||
double sec = (start_timer() - start_time) / (double)(1000 * 1000);
|
double sec= (start_timer() - start_time) / (double) (1000 * 1000);
|
||||||
nice_time(sec, buff, 1);
|
nice_time(sec, buff, 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user