diff options
author | Michal Ratajsky <[email protected]> | 2014-06-21 17:02:03 +0200 |
---|---|---|
committer | Michal Ratajsky <[email protected]> | 2014-06-21 17:02:03 +0200 |
commit | 935486413f22f2a7967680491439e6508734931e (patch) | |
tree | a578289371f26c0d5de4d1fe1065961e8f0a1729 | |
parent | d085b40a7a22498a53b1936cf56328f865d0d1c2 (diff) | |
download | mate-desktop-935486413f22f2a7967680491439e6508734931e.tar.bz2 mate-desktop-935486413f22f2a7967680491439e6508734931e.tar.xz |
Remove trailing spaces
-rw-r--r-- | libmate-desktop/mate-desktop-utils.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libmate-desktop/mate-desktop-utils.c b/libmate-desktop/mate-desktop-utils.c index 985278f..dd95deb 100644 --- a/libmate-desktop/mate-desktop-utils.c +++ b/libmate-desktop/mate-desktop-utils.c @@ -10,12 +10,12 @@ modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. - + The Mate Library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details. - + You should have received a copy of the GNU Library General Public License along with the Mate Library; see the file COPYING.LIB. If not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, @@ -83,7 +83,7 @@ mate_desktop_prepend_terminal_to_vector (int *argc, char ***argv) settings = g_settings_new ("org.mate.applications-terminal"); terminal = g_settings_get_string (settings, "exec"); - + if (terminal) { gchar *command_line; gchar *exec_flag; @@ -209,7 +209,7 @@ mate_gdk_spawn_command_line_on_screen (GdkScreen *screen, const gchar *command, void _mate_desktop_init_i18n (void) { static gboolean initialized = FALSE; - + if (!initialized) { bindtextdomain (GETTEXT_PACKAGE, MATELOCALEDIR); #ifdef HAVE_BIND_TEXTDOMAIN_CODESET |