Skip to content

Commit 35b9dcf

Browse files
committed
Add newline character to end of mt19937.c
The change ensures that the file conforms to the standard of having a newline character at the end.
1 parent 196908a commit 35b9dcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/map/mt19937.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ uint64_t mt19937_extract()
4343

4444
index = (index + 1) % 624;
4545
return y;
46-
}
46+
}

0 commit comments

Comments
 (0)