1
0

fixed spaces

This commit is contained in:
Tycho
2014-06-14 19:05:02 +01:00
parent 0310a50192
commit 6b99e55646
8 changed files with 16 additions and 14 deletions

View File

@@ -144,7 +144,7 @@ int main(int argc, char** argv)
#else
copy = std::move(copy);
#endif
testassert(copy.GetBlock(0,0,0) == 0x42);
testassert(copy.GetBlock(0, 0, 0) == 0x42);
}
return 0;