Stripped whitespace.
This commit is contained in:
parent
69e8c71516
commit
85c5a1bdb8
|
@ -614,7 +614,7 @@ SysTime constructTimestamp(ref Node node)
|
||||||
int tzHours = 0;
|
int tzHours = 0;
|
||||||
if(!captures[1].empty)
|
if(!captures[1].empty)
|
||||||
{
|
{
|
||||||
if(captures[1][0] == '-'){sign = -1;}
|
if(captures[1][0] == '-') {sign = -1;}
|
||||||
tzHours = to!int(captures[1][1 .. $]);
|
tzHours = to!int(captures[1][1 .. $]);
|
||||||
}
|
}
|
||||||
auto tzMinutes = (!captures[2].empty) ? to!int(captures[2][1 .. $]) : 0;
|
auto tzMinutes = (!captures[2].empty) ? to!int(captures[2][1 .. $]) : 0;
|
||||||
|
|
Loading…
Reference in a new issue