aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ui/qt/main.cpp')
-rw-r--r--ui/qt/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/qt/main.cpp b/ui/qt/main.cpp
index 2086f81c2d..9ba20799f3 100644
--- a/ui/qt/main.cpp
+++ b/ui/qt/main.cpp
@@ -504,7 +504,7 @@ int main(int argc, char *qt_argv[])
/* load the airpcap interfaces */
g_airpcap_if_list = get_airpcap_interface_list(&err, &err_str);
- if (g_airpcap_if_list == NULL || g_list_length(g_airpcap_if_list) == 0){
+ if (g_airpcap_if_list == NULL || g_list_length(g_airpcap_if_list) == 0) {
if (err == CANT_GET_AIRPCAP_INTERFACE_LIST && err_str != NULL) {
simple_dialog(ESD_TYPE_ERROR, ESD_BTN_OK, "%s", "Failed to open Airpcap Adapters.");
g_free(err_str);
@@ -886,7 +886,7 @@ int main(int argc, char *qt_argv[])
filter. */
start_requested_stats();
- if(global_commandline_info.go_to_packet != 0) {
+ if (global_commandline_info.go_to_packet != 0) {
/* Jump to the specified frame number, kept for backward
compatibility. */
cf_goto_frame(CaptureFile::globalCapFile(), global_commandline_info.go_to_packet);