mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-05 04:54:20 -04:00
Formatting the code.
This commit is contained in:
parent
74efc57369
commit
8324d03f0a
294 changed files with 3796 additions and 3740 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue