Skip to content

Commit 6e09777

Browse files
committed
fixed spacing
1 parent b7cde2b commit 6e09777

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pystring_impl.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -940,9 +940,9 @@ const std::string colon = ":";
940940
int nummatches = 0;
941941
int cursor = start;
942942

943-
// special handling for an empty substring
944-
// this will match python's behavior of
945-
// "bob".count("") == 4
943+
// special handling for an empty substring
944+
// this will match python's behavior of
945+
// "bob".count("") == 4
946946
// "".count("") == 1
947947
if ( substr.empty() )
948948
{

0 commit comments

Comments
 (0)