Minor formatting fixes.
This commit is contained in:
parent
f4dc3690f4
commit
4b3bf5fccc
|
@ -867,7 +867,7 @@ struct MyStruct
|
||||||
if(y != s.y){return y - s.y;}
|
if(y != s.y){return y - s.y;}
|
||||||
if(z != s.z){return z - s.z;}
|
if(z != s.z){return z - s.z;}
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
MyStruct constructMyStructScalar(ref Node node)
|
MyStruct constructMyStructScalar(ref Node node)
|
||||||
|
|
|
@ -1574,7 +1574,7 @@ struct Node
|
||||||
|
|
||||||
//Does given node have the same type as this node?
|
//Does given node have the same type as this node?
|
||||||
bool hasEqualType(const ref Node node) const @safe
|
bool hasEqualType(const ref Node node) const @safe
|
||||||
{
|
{
|
||||||
return value_.type is node.value_.type;
|
return value_.type is node.value_.type;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue