aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2013-11-08 19:38:28 +0000
committerGuy Harris <guy@alum.mit.edu>2013-11-08 19:38:28 +0000
commitad0a9f4b664c411d5f6d4cc5f5dfdbace0d53918 (patch)
tree8e3ea2b9e0c4034a1d429ff599333312f472d664 /ui
parent5a0809c718374e0162afb1fc1df8497f942d18fc (diff)
Indentation tweaks.
svn path=/trunk/; revision=53173
Diffstat (limited to 'ui')
-rw-r--r--ui/win32/file_dlg_win32.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/ui/win32/file_dlg_win32.c b/ui/win32/file_dlg_win32.c
index ac3a86c13e..b53ef90562 100644
--- a/ui/win32/file_dlg_win32.c
+++ b/ui/win32/file_dlg_win32.c
@@ -369,8 +369,9 @@ win32_save_as_file(HWND h_wnd, capture_file *cf, GString *file_name, int *file_t
else
required_comment_types = 0; /* none of them */
- savable_file_types = wtap_get_savable_file_types_subtypes(cf->cd_t, cf->linktypes,
- required_comment_types);
+ savable_file_types = wtap_get_savable_file_types_subtypes(cf->cd_t,
+ cf->linktypes,
+ required_comment_types);
if (savable_file_types == NULL)
return FALSE; /* shouldn't happen - the "Save As..." item should be disabled if we can't save the file */
g_compressed = FALSE;
@@ -445,7 +446,7 @@ win32_export_specified_packets_file(HWND h_wnd, capture_file *cf,
}
savable_file_types = wtap_get_savable_file_types_subtypes(cf->cd_t,
- cf->linktypes, 0);
+ cf->linktypes, 0);
if (savable_file_types == NULL)
return FALSE; /* shouldn't happen - the "Save As..." item should be disabled if we can't save the file */