Skip to content

Commit 8982255

Browse files
style: space b/w for and comment
1 parent 9f0c8eb commit 8982255

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sorting/quick_sort_iterative.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#include <iostream> /// for std::cout
1414
#include <vector> /// for std::vector
1515
#include <stack> /// for std::stack
16-
#include <algorithm> ///for std::is_sorted
16+
#include <algorithm> /// for std::is_sorted
1717
#include <cassert> /// for assert
1818

1919
/**

0 commit comments

Comments
 (0)