Skip to content

Commit 87e2547

Browse files
aman-godaraawvwgk
andcommitted
added leading continuation character (&: ampersand) for readability
Co-authored-by: Sebastian Ehlert <[email protected]>
1 parent 13a9341 commit 87e2547

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stdlib_strings.f90

+1-1
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ pure function find_char_char(string, pattern, occurrence, consider_overlapping)
437437
length_pattern = len(pattern)
438438

439439
if (length_pattern > 0 .and. length_pattern <= length_string &
440-
.and. occurrence_ > 0) then
440+
& .and. occurrence_ > 0) then
441441
lps_array = compute_lps(pattern)
442442

443443
s_i = 1

0 commit comments

Comments
 (0)