1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-22 07:29:01 +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

@@ -43,10 +43,10 @@ static int basic_udata(void *tdata) {
}
const struct test_case TestPoolUserData = {
.t_name = "nsock pool user data",
.t_setup = basic_setup,
.t_run = basic_udata,
.t_teardown = basic_teardown
.t_name = "nsock pool user data",
.t_setup = basic_setup,
.t_run = basic_udata,
.t_teardown = basic_teardown
};