summaryrefslogtreecommitdiff
path: root/logview/src/logview-manager.c
diff options
context:
space:
mode:
authorLaurent Napias <[email protected]>2019-06-29 11:57:35 +0200
committerZenWalker <[email protected]>2019-07-04 15:07:12 +0200
commit61b94ba9a4953aba56764dac7e0f8751aaa11571 (patch)
treec9097e01f74035b305fd47190a7f0d1bb1eb188e /logview/src/logview-manager.c
parent34505eb50fb6f3b49c8ef08d59bcef4f6f27f6cf (diff)
downloadmate-utils-61b94ba9a4953aba56764dac7e0f8751aaa11571.tar.bz2
mate-utils-61b94ba9a4953aba56764dac7e0f8751aaa11571.tar.xz
Remove trailing whitespaces
Diffstat (limited to 'logview/src/logview-manager.c')
-rw-r--r--logview/src/logview-manager.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/logview/src/logview-manager.c b/logview/src/logview-manager.c
index ca1c423f..17d31201 100644
--- a/logview/src/logview-manager.c
+++ b/logview/src/logview-manager.c
@@ -127,7 +127,7 @@ logview_manager_init (LogviewManager *self)
LogviewManagerPrivate *priv = self->priv = GET_PRIVATE (self);
priv->active_log = NULL;
- priv->logs = g_hash_table_new_full (g_str_hash, g_str_equal,
+ priv->logs = g_hash_table_new_full (g_str_hash, g_str_equal,
g_free, g_object_unref);
}
@@ -202,7 +202,7 @@ create_log_cb (LogviewLog *log,
g_free (path);
}
-
+
if (data->is_multiple) {
op->current++;