very minor whitespace change.

This commit is contained in:
Ferdinand Majerech 2014-07-22 03:33:50 +02:00
parent 81aee496ac
commit 08a0a551d9

View file

@ -634,7 +634,7 @@ bool printable(const dchar[] chars) @safe pure nothrow @nogc
return true;
}
//Unittests.
// Unittests.
import std.stream;
void testEndian(R)()