summaryrefslogtreecommitdiff
path: root/ui/iface_lists.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2014-02-25 15:42:35 -0500
committerBill Meier <wmeier@newsguy.com>2014-02-25 20:46:49 +0000
commit11b5c15fdb815a2af400bfddef944dbac41a434a (patch)
treee7217ebcff4d4d9f7f95d0342b6776547e5537c3 /ui/iface_lists.c
parentc55c57ad72acda8cbce2841bc237f966bad5ae5b (diff)
downloadwireshark-11b5c15fdb815a2af400bfddef944dbac41a434a.tar.gz
Remove trailing whitespace
Change-Id: I8116f63ff88687c8db3fd6e8e23b22ab2f759af0 Reviewed-on: https://code.wireshark.org/review/385 Reviewed-by: Bill Meier <wmeier@newsguy.com> Tested-by: Bill Meier <wmeier@newsguy.com>
Diffstat (limited to 'ui/iface_lists.c')
-rw-r--r--ui/iface_lists.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/ui/iface_lists.c b/ui/iface_lists.c
index caccbfb419..a55318cf5f 100644
--- a/ui/iface_lists.c
+++ b/ui/iface_lists.c
@@ -360,8 +360,8 @@ scan_local_interfaces(void (*update_cb)(void))
}
/*
- * Get the global interface list. Generate it if we haven't done so
- * already. This can be quite time consuming the first time, so
+ * Get the global interface list. Generate it if we haven't done so
+ * already. This can be quite time consuming the first time, so
* record how long it takes in the info log.
*/
void
@@ -375,7 +375,7 @@ fill_in_local_interfaces(void(*update_cb)(void))
/* record the time we started, so we can log total time later */
g_get_current_time(&start_time);
g_log(LOG_DOMAIN_MAIN, G_LOG_LEVEL_INFO, "fill_in_local_interfaces() starts");
-
+
if (!initialized) {
/* do the actual work */
scan_local_interfaces(update_cb);