mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-05 23:53:28 +02:00
Add newlines at ends of files
This commit is contained in:
parent
0b7934a8b3
commit
742b62450c
3 changed files with 6 additions and 3 deletions
|
@ -956,4 +956,5 @@ void Wallet::getWalletStatus() {
|
|||
}
|
||||
}
|
||||
|
||||
OVERTE_IGNORE_DEPRECATED_END
|
||||
OVERTE_IGNORE_DEPRECATED_END
|
||||
|
||||
|
|
|
@ -122,4 +122,5 @@ bool HMACAuth::calculateHash(HMACHash& hashResult, const char* data, int dataLen
|
|||
return true;
|
||||
}
|
||||
|
||||
OVERTE_IGNORE_DEPRECATED_END
|
||||
OVERTE_IGNORE_DEPRECATED_END
|
||||
|
||||
|
|
|
@ -106,4 +106,5 @@ void RSAKeypairGenerator::generateKeypair() {
|
|||
emit generatedKeypair(_publicKey, _privateKey);
|
||||
}
|
||||
|
||||
OVERTE_IGNORE_DEPRECATED_END
|
||||
OVERTE_IGNORE_DEPRECATED_END
|
||||
|
||||
|
|
Loading…
Reference in a new issue