clang-format and clang-tidy fixes for db8e74a9

This commit is contained in:
github-actions
2021-09-12 17:42:21 +00:00
parent db8e74a904
commit 59d2691d5b

View File

@@ -18,7 +18,8 @@
* 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
* completion of an iteration.
* [A graphic explanation and view of what's happening behind the scenes](https://drive.google.com/file/d/1pM5COF0wx-wermnNy_svtyZquaCUP2xS/view?usp=sharing)
* [A graphic explanation and view of what's happening behind the
scenes](https://drive.google.com/file/d/1pM5COF0wx-wermnNy_svtyZquaCUP2xS/view?usp=sharing)
*
*/
#include <cassert> /// for assert