Stripped whitespaces in node.d

This commit is contained in:
Ferdinand Majerech 2014-05-19 19:53:18 +02:00
parent cc627074b1
commit cd7d60bb0e

View file

@ -1427,8 +1427,8 @@ struct Node
* Returns: Constructed node.
*/
static Node rawNode(Value value, const Mark startMark, const Tag tag,
in ScalarStyle scalarStyle,
in CollectionStyle collectionStyle) @safe
const ScalarStyle scalarStyle,
const CollectionStyle collectionStyle) @safe
{
Node node;
node.value_ = value;