raster pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=d9cffad0f85e6aaed49941ffa3d5482539a880a4

commit d9cffad0f85e6aaed49941ffa3d5482539a880a4
Author: Carsten Haitzler (Rasterman) <[email protected]>
Date:   Sun Nov 29 13:30:24 2020 +0000

    whitespace formatting cleanup
---
 src/bin/e_xsettings.c | 28 +++++++++++-----------------
 1 file changed, 11 insertions(+), 17 deletions(-)

diff --git a/src/bin/e_xsettings.c b/src/bin/e_xsettings.c
index 677d81416..fda1a421a 100644
--- a/src/bin/e_xsettings.c
+++ b/src/bin/e_xsettings.c
@@ -23,32 +23,26 @@ typedef struct _Setting         Setting;
 
 struct _Settings_Manager
 {
-   Ecore_X_Window selection;
-   Ecore_Timer   *timer_retry;
-   unsigned long  serial;
-   Ecore_X_Atom   _atom_xsettings_screen;
-   Eina_Bool enabled E_BITFIELD;
+   Ecore_X_Window  selection;
+   Ecore_Timer    *timer_retry;
+   unsigned long   serial;
+   Ecore_X_Atom    _atom_xsettings_screen;
+   Eina_Bool       enabled E_BITFIELD;
 };
 
 struct _Setting
 {
    unsigned short type;
-
    const char    *name;
-
-   struct
-     {
+   struct {
       const char *value;
-     } s;
-   struct
-     {
+   } s;
+   struct {
       int value;
-     } i;
-   struct
-     {
+   } i;
+   struct {
       unsigned short red, green, blue, alpha;
-     } c;
-
+   } c;
    unsigned long length;
    unsigned long last_change;
 };

-- 


Reply via email to