Fix newlines in the log
This commit is contained in:
parent
d67badb12e
commit
9d72093fb0
@ -720,10 +720,10 @@ int n_sided_test(HammerSuite * suite)
|
|||||||
scan_rows(suite, &h_patt, 0);
|
scan_rows(suite, &h_patt, 0);
|
||||||
for (int idx = 0; idx<h_patt.len; idx++) {
|
for (int idx = 0; idx<h_patt.len; idx++) {
|
||||||
fill_row(suite, &h_patt.d_lst[idx], cfg->d_cfg, 1);
|
fill_row(suite, &h_patt.d_lst[idx], cfg->d_cfg, 1);
|
||||||
|
}
|
||||||
#ifdef FLIPTABLE
|
#ifdef FLIPTABLE
|
||||||
print_end_attack();
|
print_end_attack();
|
||||||
#endif
|
#endif
|
||||||
}
|
|
||||||
}
|
}
|
||||||
fprintf(stderr, "\n");
|
fprintf(stderr, "\n");
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user