optimizate: clean up unused code && code formatting
This commit is contained in:
@@ -170,7 +170,7 @@ static inline void packet_inject_test(struct packet_inject_case *test)
|
||||
|
||||
// run
|
||||
char cwd[PATH_MAX] = {0};
|
||||
char temp[PATH_MAX*2] = {0};
|
||||
char temp[PATH_MAX * 2] = {0};
|
||||
getcwd(cwd, sizeof(cwd));
|
||||
chdir(test->work_dir);
|
||||
snprintf(temp, sizeof(temp), "dumpfile_dir = \"%s\"", dumpfile_dir);
|
||||
|
||||
Reference in New Issue
Block a user