From 742b62450cf665ee3685304abb6560a828c8b8bc Mon Sep 17 00:00:00 2001 From: Dale Glass Date: Fri, 10 Jun 2022 00:49:00 +0200 Subject: [PATCH] Add newlines at ends of files --- interface/src/commerce/Wallet.cpp | 3 ++- libraries/networking/src/HMACAuth.cpp | 3 ++- libraries/networking/src/RSAKeypairGenerator.cpp | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/interface/src/commerce/Wallet.cpp b/interface/src/commerce/Wallet.cpp index 52968ef413..e787dbfd31 100644 --- a/interface/src/commerce/Wallet.cpp +++ b/interface/src/commerce/Wallet.cpp @@ -956,4 +956,5 @@ void Wallet::getWalletStatus() { } } -OVERTE_IGNORE_DEPRECATED_END \ No newline at end of file +OVERTE_IGNORE_DEPRECATED_END + diff --git a/libraries/networking/src/HMACAuth.cpp b/libraries/networking/src/HMACAuth.cpp index c1f62fac2e..062c4a14a2 100644 --- a/libraries/networking/src/HMACAuth.cpp +++ b/libraries/networking/src/HMACAuth.cpp @@ -122,4 +122,5 @@ bool HMACAuth::calculateHash(HMACHash& hashResult, const char* data, int dataLen return true; } -OVERTE_IGNORE_DEPRECATED_END \ No newline at end of file +OVERTE_IGNORE_DEPRECATED_END + diff --git a/libraries/networking/src/RSAKeypairGenerator.cpp b/libraries/networking/src/RSAKeypairGenerator.cpp index 2fd6f4ef18..e049d7c86c 100644 --- a/libraries/networking/src/RSAKeypairGenerator.cpp +++ b/libraries/networking/src/RSAKeypairGenerator.cpp @@ -106,4 +106,5 @@ void RSAKeypairGenerator::generateKeypair() { emit generatedKeypair(_publicKey, _privateKey); } -OVERTE_IGNORE_DEPRECATED_END \ No newline at end of file +OVERTE_IGNORE_DEPRECATED_END +