[Xfce4-commits] [panel-plugins/xfce4-cpugraph-plugin] 10/16: Trim trailing whitespace

noreply at xfce.org noreply at xfce.org
Wed May 29 04:10:11 CEST 2019


This is an automated email from the git hooks/post-receive script.

a   n   d   r   e       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository panel-plugins/xfce4-cpugraph-plugin.

commit 811afd28ca8883d6ba9cc3ac47963827ba635259
Author: Andre Miranda <andreldm at xfce.org>
Date:   Tue Apr 23 00:06:03 2019 -0300

    Trim trailing whitespace
---
 panel-plugin/cpu.c        | 2 +-
 panel-plugin/properties.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/panel-plugin/cpu.c b/panel-plugin/cpu.c
index 3c98692..a68557d 100644
--- a/panel-plugin/cpu.c
+++ b/panel-plugin/cpu.c
@@ -210,7 +210,7 @@ static gboolean size_cb( XfcePanelPlugin *plugin, guint size, CPUGraph *base )
 {
 	gint frame_h, frame_v, history;
 	GtkOrientation orientation;
-	
+
 	orientation = xfce_panel_plugin_get_orientation( plugin );
 
 	if( orientation == GTK_ORIENTATION_HORIZONTAL )
diff --git a/panel-plugin/properties.c b/panel-plugin/properties.c
index 45b0c59..809f6ac 100644
--- a/panel-plugin/properties.c
+++ b/panel-plugin/properties.c
@@ -145,7 +145,7 @@ static GtkBox *create_option_line( GtkBox *tab, GtkSizeGroup *sg, const gchar *n
 	line = GTK_BOX( gtk_box_new( GTK_ORIENTATION_HORIZONTAL, BORDER ) );
 	gtk_widget_show( GTK_WIDGET( line ) );
 	gtk_box_pack_start( GTK_BOX( tab ), GTK_WIDGET( line ), FALSE, FALSE, 0 );
-	
+
 	if( name )
 	{
 		label = gtk_label_new( name );

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list