Clean up indentation.

Change-Id: Ica6615ef80867e911a1244a8a54411519033b275
Reviewed-on: https://code.wireshark.org/review/13105
Reviewed-by: Guy Harris <guy@alum.mit.edu>
This commit is contained in:
Guy Harris 2016-01-07 01:40:44 -08:00
parent e687b0d382
commit ccdb8be0e9
1 changed files with 1 additions and 1 deletions

View File

@ -1626,7 +1626,7 @@ create_persconffile_profile(const char *profilename, char **pf_dir_path_return)
int
create_persconffile_dir(char **pf_dir_path_return)
{
return create_persconffile_profile(persconfprofile, pf_dir_path_return);
return create_persconffile_profile(persconfprofile, pf_dir_path_return);
}
int