Formatting the code.

This commit is contained in:
Louis-Bertrand Varin 2018-03-31 16:01:30 -04:00
parent 74efc57369
commit 8324d03f0a
294 changed files with 3796 additions and 3740 deletions

View file

@ -20,7 +20,6 @@
#include "core/Endian.h"
#include "core/Global.h"
QTEST_GUILESS_MAIN(TestRandom)
void TestRandom::initTestCase()
@ -70,7 +69,6 @@ void TestRandom::testUIntRange()
QCOMPARE(randomGen()->randomUIntRange(100, 200), 142U);
}
RandomBackendTest::RandomBackendTest()
: m_bytesIndex(0)
{