mirror of
https://github.com/nmap/nmap.git
synced 2025-12-22 07:29:01 +00:00
Fixed indentation.
This commit is contained in:
@@ -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
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user