Skip to content

Commit 51f51f7

Browse files
committed
White space
1 parent 8ba2c7c commit 51f51f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cgi-bin/page.fcgi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -729,7 +729,7 @@ sub vwflog
729729

730730
my $duration_ms = '';
731731
if($request_start) {
732-
$duration_ms = int( (Time::HiRes::time() - $request_start) * 1000 );
732+
$duration_ms = int((Time::HiRes::time() - $request_start) * 1000);
733733
}
734734

735735
my $template;

0 commit comments

Comments
 (0)