diff options
Diffstat (limited to 'src/common')
| -rw-r--r-- | src/common/Cryptography/Argon2.h | 2 | ||||
| -rw-r--r-- | src/common/Cryptography/CryptoGenerics.h | 2 | ||||
| -rw-r--r-- | src/common/Encoding/Base32.h | 2 | ||||
| -rw-r--r-- | src/common/Encoding/Base64.h | 2 | ||||
| -rw-r--r-- | src/common/Encoding/BaseEncoding.h | 2 |
5 files changed, 5 insertions, 5 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 diff --git a/src/common/Encoding/Base32.h b/src/common/Encoding/Base32.h index 343f8869941..23705ddfebb 100644 --- a/src/common/Encoding/Base32.h +++ b/src/common/Encoding/Base32.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_BASE32_H #define TRINITY_BASE32_H diff --git a/src/common/Encoding/Base64.h b/src/common/Encoding/Base64.h index fd46a5f298f..43ef5da65e4 100644 --- a/src/common/Encoding/Base64.h +++ b/src/common/Encoding/Base64.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_BASE64_H #define TRINITY_BASE64_H diff --git a/src/common/Encoding/BaseEncoding.h b/src/common/Encoding/BaseEncoding.h index fd89e3778b5..7dfe3fd4993 100644 --- a/src/common/Encoding/BaseEncoding.h +++ b/src/common/Encoding/BaseEncoding.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_BASE_ENCODING_HPP #define TRINITY_BASE_ENCODING_HPP |
