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

git pushed a commit to branch master
in repository efm2.

View the commit online.

commit 6c2a2c2b9120eea79c8fc2056387d3ab93abcc7a
Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com>
AuthorDate: Sat Sep 30 09:28:52 2023 +0100

    format clean
---
 src/efm/efm.h | 26 ++++++++++++--------------
 1 file changed, 12 insertions(+), 14 deletions(-)

diff --git a/src/efm/efm.h b/src/efm/efm.h
index 7c6c469..9ee94f0 100644
--- a/src/efm/efm.h
+++ b/src/efm/efm.h
@@ -15,23 +15,21 @@ typedef enum
 
 typedef enum
 {
-  EFM_SORT_MODE_FLAGS = (0xffff << 16), // upper 16 bits for flags
+  EFM_SORT_MODE_FLAGS          = (0xffff << 16), // upper 16 bits for flags
   // flags - apper 16 bits
-  EFM_SORT_MODE_DIRS_FIRST = (1 << 16), // show dirs first then files
-  EFM_SORT_MODE_NOCASE
-  = (1 << 17), // don't account for case when sorting by label or path
-  EFM_SORT_MODE_LABEL_NOT_PATH
-  = (1 << 18), // use label either in path filename or inside a desktop file
+  EFM_SORT_MODE_DIRS_FIRST     = (1 << 16), // show dirs first then files
+  EFM_SORT_MODE_NOCASE         = (1 << 17), // don't account for case in sort
+  EFM_SORT_MODE_LABEL_NOT_PATH = (1 << 18), // use label not filename
   // mask for field
-  EFM_SORT_MODE_MASK = 0xffff, // lower 16 bits is the sort field
+  EFM_SORT_MODE_MASK           = 0xffff, // lower 16 bits is the sort field
   // fields
-  EFM_SORT_MODE_NAME        = (0 << 0),
-  EFM_SORT_MODE_SIZE        = (1 << 0),
-  EFM_SORT_MODE_DATE        = (2 << 0),
-  EFM_SORT_MODE_MIME        = (3 << 0),
-  EFM_SORT_MODE_USER        = (4 << 0),
-  EFM_SORT_MODE_GROUP       = (5 << 0),
-  EFM_SORT_MODE_PERMISSIONS = (6 << 0),
+  EFM_SORT_MODE_NAME           = (0 << 0),
+  EFM_SORT_MODE_SIZE           = (1 << 0),
+  EFM_SORT_MODE_DATE           = (2 << 0),
+  EFM_SORT_MODE_MIME           = (3 << 0),
+  EFM_SORT_MODE_USER           = (4 << 0),
+  EFM_SORT_MODE_GROUP          = (5 << 0),
+  EFM_SORT_MODE_PERMISSIONS    = (6 << 0),
 } Efm_Sort_Mode;
 
 Evas_Object  *efm_add(Evas_Object *parent);

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

Reply via email to