Skip to content

Commit 7ee1ee0

Browse files
committed
fixed line endings
1 parent 7f87a94 commit 7ee1ee0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/react-native-quick-crypto/cpp/cipher/XSalsa20Cipher.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ std::shared_ptr<ArrayBuffer> XSalsa20Cipher::final() {
5858
#endif
5959
}
6060

61-
} // namespace margelo::nitro::crypto
61+
} // namespace margelo::nitro::crypto

packages/react-native-quick-crypto/cpp/cipher/XSalsa20Cipher.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ class XSalsa20Cipher : public HybridCipher {
3030
uint8_t nonce[crypto_stream_NONCEBYTES];
3131
};
3232

33-
} // namespace margelo::nitro::crypto
33+
} // namespace margelo::nitro::crypto

0 commit comments

Comments
 (0)