1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-01 12:29:03 +00:00

Fixed indentation.

This commit is contained in:
henri
2013-05-08 18:08:48 +00:00
parent 4862bbcbb9
commit 1da1fce331
3 changed files with 16 additions and 16 deletions

View File

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