From 08a0a551d98b2745a1e2c372d76f0abaf505723a Mon Sep 17 00:00:00 2001 From: Ferdinand Majerech Date: Tue, 22 Jul 2014 03:33:50 +0200 Subject: [PATCH] very minor whitespace change. --- source/dyaml/reader.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/dyaml/reader.d b/source/dyaml/reader.d index 8483646..43e32f1 100644 --- a/source/dyaml/reader.d +++ b/source/dyaml/reader.d @@ -634,7 +634,7 @@ bool printable(const dchar[] chars) @safe pure nothrow @nogc return true; } -//Unittests. +// Unittests. import std.stream; void testEndian(R)()