Fix newlines in the log

This commit is contained in:
emanuele 2020-03-28 18:24:26 +01:00
parent d67badb12e
commit 9d72093fb0

View File

@ -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");
} }