aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/filesystem.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2013-11-17 04:43:28 +0000
committerGuy Harris <guy@alum.mit.edu>2013-11-17 04:43:28 +0000
commitd0cd9624d906022f69ecc79c09e7cbdc2acf309d (patch)
tree03738e441bc95c5009263c202b9a658846141fcc /wsutil/filesystem.c
parenteee9b9ddd30be0b11593a31ecf67672522d7e5ed (diff)
Clean up indentation.
svn path=/trunk/; revision=53380
Diffstat (limited to 'wsutil/filesystem.c')
-rw-r--r--wsutil/filesystem.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/wsutil/filesystem.c b/wsutil/filesystem.c
index e394858bd9..8028f61ca1 100644
--- a/wsutil/filesystem.c
+++ b/wsutil/filesystem.c
@@ -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.