From cf3fd47515e2950da24c0f6eb1be96a3b520fab4 Mon Sep 17 00:00:00 2001 From: Laurent Napias Date: Sat, 29 Jun 2019 12:06:39 +0200 Subject: Remove trailing whitespaces --- sendto/plugins/emailclient/emailclient.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'sendto/plugins/emailclient') diff --git a/sendto/plugins/emailclient/emailclient.c b/sendto/plugins/emailclient/emailclient.c index 14cb998..9d1e369 100644 --- a/sendto/plugins/emailclient/emailclient.c +++ b/sendto/plugins/emailclient/emailclient.c @@ -1,9 +1,9 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ -/* +/* * Copyright (C) 2004 Roberto Majadas * Copyright (C) 2012 Stefano Karapetsas - * + * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation; either version 2 of the @@ -56,7 +56,7 @@ get_evo_cmd (void) NULL}; guint i; - + for (i = 0; cmds[i] != NULL; i++) { tmp = g_find_program_in_path (cmds[i]); if (tmp != NULL) @@ -77,7 +77,7 @@ init (NstPlugin *plugin) GAppInfo *app_info = NULL; g_print ("Init email client plugin\n"); - + bindtextdomain (GETTEXT_PACKAGE, LOCALEDIR); bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8"); @@ -249,14 +249,14 @@ send_files (NstPlugin *plugin, return TRUE; } -static +static gboolean destroy (NstPlugin *plugin){ g_free (mail_cmd); mail_cmd = NULL; return TRUE; } -static +static NstPluginInfo plugin_info = { "emblem-mail", "emailclient", @@ -268,7 +268,7 @@ NstPluginInfo plugin_info = { NULL, send_files, destroy -}; +}; NST_INIT_PLUGIN (plugin_info) -- cgit v1.2.1