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

View File

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