Minor formatting fixes.

This commit is contained in:
Kiith-Sa 2012-12-27 20:11:26 +01:00
parent f4dc3690f4
commit 4b3bf5fccc
2 changed files with 2 additions and 2 deletions

View file

@ -867,7 +867,7 @@ struct MyStruct
if(y != s.y){return y - s.y;}
if(z != s.z){return z - s.z;}
return 0;
}
}
}
MyStruct constructMyStructScalar(ref Node node)

View file

@ -1574,7 +1574,7 @@ struct Node
//Does given node have the same type as this node?
bool hasEqualType(const ref Node node) const @safe
{
{
return value_.type is node.value_.type;
}