Cleanup: code comments punctuation / spacing

This commit is contained in:
2021-07-23 16:56:00 +10:00
parent 7ce0d9d791
commit ced94bc11c
86 changed files with 178 additions and 170 deletions

View File

@@ -131,8 +131,7 @@ static void next_state(void)
ulong *p = state;
int j;
/* if init_genrand() has not been called, */
/* a default initial seed is used */
/* If init_genrand() has not been called, a default initial seed is used. */
if (initf == 0) {
init_genrand(5489UL);
}