mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
clang-format and clang-tidy fixes for 25ed3ea0
This commit is contained in:
parent
25ed3ea08c
commit
daf3f50202
@ -21,7 +21,8 @@ namespace operations_on_datastructures {
|
||||
|
||||
/**
|
||||
* @namespace circular_linked_list
|
||||
* @brief Functions for the [Circular Linked List](https://www.geeksforgeeks.org/circular-linked-list/) implementation
|
||||
* @brief Functions for the [Circular Linked
|
||||
* List](https://www.geeksforgeeks.org/circular-linked-list/) implementation
|
||||
*/
|
||||
namespace circular_linked_list {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user