diff options
| author | jackpoz <giacomopoz@gmail.com> | 2020-04-05 15:23:56 +0200 |
|---|---|---|
| committer | jackpoz <giacomopoz@gmail.com> | 2020-04-05 19:11:00 +0200 |
| commit | caae3886d24adf0a5fc95454bb1c45477057bde4 (patch) | |
| tree | 28daffa95f800b4de6a1a7c4a67b750af0d0a929 /src/common/Cryptography | |
| parent | 0017c7a0829d12529aac690470bddfa6b5e6bc71 (diff) | |
Core/Misc: Remove whitespace at the end of lines
Diffstat (limited to 'src/common/Cryptography')
| -rw-r--r-- | src/common/Cryptography/Argon2.h | 2 | ||||
| -rw-r--r-- | src/common/Cryptography/CryptoGenerics.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/common/Cryptography/Argon2.h b/src/common/Cryptography/Argon2.h index 2143817c734..06f1c6398aa 100644 --- a/src/common/Cryptography/Argon2.h +++ b/src/common/Cryptography/Argon2.h @@ -14,7 +14,7 @@ * You should have received a copy of the GNU General Public License along * with this program. If not, see <http://www.gnu.org/licenses/>. */ - + #ifndef TRINITY_ARGON2_H #define TRINITY_ARGON2_H diff --git a/src/common/Cryptography/CryptoGenerics.h b/src/common/Cryptography/CryptoGenerics.h index 439e8c3a1a1..935033ae22f 100644 --- a/src/common/Cryptography/CryptoGenerics.h +++ b/src/common/Cryptography/CryptoGenerics.h @@ -14,7 +14,7 @@ * You should have received a copy of the GNU General Public License along * with this program. If not, see <http://www.gnu.org/licenses/>. */ - + #ifndef TRINITY_CRYPTO_GENERICS_HPP #define TRINITY_CRYPTO_GENERICS_HPP |
