Formatting the code.
This commit is contained in:
@@ -347,8 +347,7 @@ bool FileKey::loadHashed(QIODevice* device)
|
||||
return false;
|
||||
}
|
||||
cryptoHash.addData(buffer);
|
||||
}
|
||||
while (!buffer.isEmpty());
|
||||
} while (!buffer.isEmpty());
|
||||
|
||||
m_key = cryptoHash.result();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user