3
0
Fork 0
mirror of https://thingvellir.net/git/overte synced 2025-03-27 23:52:03 +01:00

Add newlines at ends of files

This commit is contained in:
Dale Glass 2022-06-10 00:49:00 +02:00
parent 0b7934a8b3
commit 742b62450c
3 changed files with 6 additions and 3 deletions
interface/src/commerce
libraries/networking/src

View file

@ -956,4 +956,5 @@ void Wallet::getWalletStatus() {
}
}
OVERTE_IGNORE_DEPRECATED_END
OVERTE_IGNORE_DEPRECATED_END

View file

@ -122,4 +122,5 @@ bool HMACAuth::calculateHash(HMACHash& hashResult, const char* data, int dataLen
return true;
}
OVERTE_IGNORE_DEPRECATED_END
OVERTE_IGNORE_DEPRECATED_END

View file

@ -106,4 +106,5 @@ void RSAKeypairGenerator::generateKeypair() {
emit generatedKeypair(_publicKey, _privateKey);
}
OVERTE_IGNORE_DEPRECATED_END
OVERTE_IGNORE_DEPRECATED_END