mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-05-08 06:43:14 +08:00
clang-format and clang-tidy fixes for 25ed3ea0
This commit is contained in:
@@ -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 {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user