[Xfce4-commits] [panel-plugins/xfce4-genmon-plugin] 01/01: Fix indentation

noreply at xfce.org noreply at xfce.org
Sun Apr 5 00:17:44 CEST 2020


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

T   o   Z       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-genmon-plugin.

commit feb97ca86adfaced2806e03fc03823328232d376
Author: ToZ <tony.paulic at gmail.com>
Date:   Sat Apr 4 18:17:28 2020 -0400

    Fix indentation
---
 panel-plugin/main.c | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/panel-plugin/main.c b/panel-plugin/main.c
index bb0fad7..6b8f8f5 100644
--- a/panel-plugin/main.c
+++ b/panel-plugin/main.c
@@ -47,12 +47,12 @@ typedef struct param_t {
     /* Configurable parameters */
     char           *acCmd; /* Commandline to spawn */
     int             fTitleDisplayed;
-    int				fTitleDisplayedtmp;
+    int             fTitleDisplayedtmp;
     char           *acTitle;
     uint32_t        iPeriod_ms;
-    uint32_t		iPeriod_mstmp;
+    uint32_t        iPeriod_mstmp;
     char           *acFont;
-    char		   *acFonttmp;
+    char           *acFonttmp;
 } param_t;
 
 typedef struct conf_t {
@@ -79,11 +79,11 @@ typedef struct monitor_t {
 } monitor_t;
 
 typedef struct genmon_t {
-    XfcePanelPlugin *plugin;
-    unsigned int    iTimerId; /* Cyclic update */
-    struct conf_t   oConf;
+    XfcePanelPlugin    *plugin;
+    unsigned int        iTimerId; /* Cyclic update */
+    struct conf_t       oConf;
     struct monitor_t    oMonitor;
-    char            *acValue; /* Commandline resulting string */
+    char               *acValue; /* Commandline resulting string */
 } genmon_t;
 
 /**************************************************************/

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


More information about the Xfce4-commits mailing list