mirror of
https://github.com/nmap/nmap.git
synced 2026-01-01 12:29:03 +00:00
Fixed indentation.
This commit is contained in:
@@ -121,9 +121,9 @@ static int timer_totalmess(void *tdata) {
|
||||
}
|
||||
|
||||
const struct test_case TestTimer = {
|
||||
.t_name = "test timer operations",
|
||||
.t_setup = timer_setup,
|
||||
.t_run = timer_totalmess,
|
||||
.t_teardown = timer_teardown
|
||||
.t_name = "test timer operations",
|
||||
.t_setup = timer_setup,
|
||||
.t_run = timer_totalmess,
|
||||
.t_teardown = timer_teardown
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user