Clean up indentation.

svn path=/trunk/; revision=53380
This commit is contained in:
Guy Harris 2013-11-17 04:43:28 +00:00
parent eee9b9ddd3
commit d0cd9624d9
1 changed files with 2 additions and 2 deletions

View File

@ -985,8 +985,8 @@ init_wspython_dir(void)
* on Windows, the data file directory is the directory
* in which the Wireshark binary resides.
*/
wspython_dir = g_strdup_printf("%s\\python\\%s", get_datafile_dir(),
VERSION);
wspython_dir = g_strdup_printf("%s\\python\\%s", get_datafile_dir(),
VERSION);
/*
* Make sure that pathname refers to a directory.