Clean up indentation.
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 17 Nov 2013 04:43:28 +0000 (04:43 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 17 Nov 2013 04:43:28 +0000 (04:43 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@53380 f5534014-38df-0310-8fa8-9805f1628bb7

wsutil/filesystem.c

index e394858bd92e7705d634f71b7a2d9c3ef3fa8a37..8028f61ca15ccaeca98c5febf9c5dffa380919e1 100644 (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.