[bijiben] src: removed trailing whitespaces



commit 79688a38ce6cd4ab876262a2102f97422a92104e
Author: Iñigo Martínez <inigomartinez gmail com>
Date:   Tue May 9 15:45:54 2017 +0200

    src: removed trailing whitespaces
    
    https://bugzilla.gnome.org/show_bug.cgi?id=771225

 src/bjb-app-menu.c |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/src/bjb-app-menu.c b/src/bjb-app-menu.c
index 7e4ed82..c4071c5 100644
--- a/src/bjb-app-menu.c
+++ b/src/bjb-app-menu.c
@@ -1,16 +1,16 @@
 /* bjb-app-menu.c
  * Copyright (C) Pierre-Yves LUYTEN 2011 <py luyten fr>
- * 
+ *
  * bijiben 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 3 of the License, or
  * (at your option) any later version.
- * 
+ *
  * bijiben 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 General Public License for more details.
- * 
+ *
  * You should have received a copy of the GNU General Public License along
  * with this program.  If not, see <http://www.gnu.org/licenses/>.*/
 
@@ -157,7 +157,7 @@ static GActionEntry app_entries[] = {
 };
 
 
-void bjb_app_menu_set(GApplication *application) 
+void bjb_app_menu_set(GApplication *application)
 {
   GtkBuilder *builder;
 
@@ -169,7 +169,7 @@ void bjb_app_menu_set(GApplication *application)
   builder = gtk_builder_new ();
   gtk_builder_add_from_resource (builder, "/org/gnome/bijiben/app-menu.ui", NULL);
 
-  gtk_application_set_app_menu (GTK_APPLICATION (application), 
+  gtk_application_set_app_menu (GTK_APPLICATION (application),
                                 G_MENU_MODEL (gtk_builder_get_object (builder, "app-menu")));
   g_object_unref (builder);
 }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]