Skip to content

Commit a660364

Browse files
clang-format and clang-tidy fixes for 813cdca
1 parent 813cdca commit a660364

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bit_manipulation/sliding_window_xor.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
* @author [Abhiraj Mandal](https://github.com/DataWorshipper)
1515
*/
1616

17-
#include <cassert> /// for assert
18-
#include <cstdint> /// for std::uint32_t
17+
#include <cassert> /// for assert
18+
#include <cstdint> /// for std::uint32_t
1919
#include <iostream> /// for IO operations
2020
#include <vector>
2121

0 commit comments

Comments
 (0)