mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-03-23 21:32:09 +08:00
clang-format and clang-tidy fixes for 36edde81
This commit is contained in:
@@ -24,7 +24,8 @@
|
||||
namespace ciphers {
|
||||
/**
|
||||
* @namespace a1z26
|
||||
* @brief Functions for [A1Z26](https://www.dcode.fr/letter-number-cipher) encryption and decryption implementation
|
||||
* @brief Functions for [A1Z26](https://www.dcode.fr/letter-number-cipher)
|
||||
* encryption and decryption implementation
|
||||
*/
|
||||
namespace a1z26 {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user