changeset 34094:c366199552d1

Cosmetic: Adjust indent.
author ib
date Thu, 06 Oct 2011 12:22:57 +0000
parents b37fbbc09921
children 8aa5d46de341
files gui/win32/dialogs.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/gui/win32/dialogs.c	Thu Oct 06 12:21:46 2011 +0000
+++ b/gui/win32/dialogs.c	Thu Oct 06 12:22:57 2011 +0000
@@ -131,8 +131,8 @@
 
             if (*filespec)
             {
-            strcat(filename, "/");
-            strcat(filename, filespec);
+                strcat(filename, "/");
+                strcat(filename, filespec);
             }
 
             if (GetFileAttributes(filename) & FILE_ATTRIBUTE_DIRECTORY)