From 7b98c39b0adecc942c091d293032851149107dbc Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sat, 7 Dec 2013 09:30:49 -0500 Subject: Coding style and whitespace cleanup. --- plugins/external-editor/external-editor.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'plugins') diff --git a/plugins/external-editor/external-editor.c b/plugins/external-editor/external-editor.c index 97cb6abf5e..5029298ca8 100644 --- a/plugins/external-editor/external-editor.c +++ b/plugins/external-editor/external-editor.c @@ -377,8 +377,9 @@ external_editor_thread (gpointer user_data) /* We no longer need that temporary file */ if (g_remove (filename) == -1) - g_warning ("%s: Failed to remove file '%s': %s", - G_STRFUNC, filename, g_strerror (errno)); + g_warning ( + "%s: Failed to remove file '%s': %s", + G_STRFUNC, filename, g_strerror (errno)); g_free (filename); } } -- cgit