clang-format and clang-tidy fixes for 3b2e68c2

This commit is contained in:
github-actions 2021-09-11 04:49:30 +00:00
parent 3b2e68c22b
commit bc43643715

View File

@ -17,7 +17,8 @@
* happens. And then we move the prev and current pointers one step forward. * happens. And then we move the prev and current pointers one step forward.
* Then the head node is made to point to the last node (prev pointer) after * Then the head node is made to point to the last node (prev pointer) after
* completion of an iteration. * completion of an iteration.
* Graphic Explanation:https://drive.google.com/file/d/1pM5COF0wx-wermnNy_svtyZquaCUP2xS/view?usp=sharing * Graphic
* Explanation:https://drive.google.com/file/d/1pM5COF0wx-wermnNy_svtyZquaCUP2xS/view?usp=sharing
* *
*/ */
#include <cassert> /// for assert #include <cassert> /// for assert