stefan pushed a commit to branch master.

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

commit 7071faca6c618420f990b2c1ccdfac1035a49b2c
Author: Elyes HAOUAS <[email protected]>
Date:   Wed May 6 07:15:33 2020 +0000

    e_mmx: & evry: Remove unneeded white spaces
    
    Remove unnecessary white spaces
    
    Differential Revision: https://phab.enlightenment.org/D11779
---
 src/bin/e_mmx.h                   | 12 ++++++------
 src/modules/everything/evry_api.h |  4 ++--
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/src/bin/e_mmx.h b/src/bin/e_mmx.h
index 3569fd067..0a8c0ea1d 100644
--- a/src/bin/e_mmx.h
+++ b/src/bin/e_mmx.h
@@ -451,7 +451,7 @@ typedef     union {
           __asm__ ( \
                "movq (%1), %%mm0 \n" \
                "movq 0x8(%1), %%mm1 \n" \
-               "movq 0x10(%1), %%mm2 \n" \
+               "movq 0x10(%1), %%mm2 \n" \
                "movq 0x18(%1), %%mm3 \n" \
                "movq %%mm0, (%0) \n" \
                "movq %%mm1, 0x8(%0) \n" \
@@ -465,7 +465,7 @@ typedef     union {
           __asm__ ( \
                "movq (%1), %%mm0 \n" \
                "movq 0x8(%1), %%mm1 \n" \
-               "movq 0x10(%1), %%mm2 \n" \
+               "movq 0x10(%1), %%mm2 \n" \
                "movq 0x18(%1), %%mm3 \n" \
                "movq 0x20(%1), %%mm4 \n" \
                "movq %%mm0, (%0) \n" \
@@ -481,7 +481,7 @@ typedef     union {
           __asm__ ( \
                "movq (%1), %%mm0 \n" \
                "movq 0x8(%1), %%mm1 \n" \
-               "movq 0x10(%1), %%mm2 \n" \
+               "movq 0x10(%1), %%mm2 \n" \
                "movq 0x18(%1), %%mm3 \n" \
                "movq 0x20(%1), %%mm4 \n" \
                "movq 0x28(%1), %%mm5 \n" \
@@ -503,7 +503,7 @@ typedef     union {
           __asm__ ( \
                "movq (%1), %%mm0 \n" \
                "movq 0x8(%1), %%mm1 \n" \
-               "movq 0x10(%1), %%mm2 \n" \
+               "movq 0x10(%1), %%mm2 \n" \
                "movq 0x18(%1), %%mm3 \n" \
                "movq 0x20(%1), %%mm4 \n" \
                "movq 0x28(%1), %%mm5 \n" \
@@ -525,7 +525,7 @@ typedef     union {
           __asm__ ( \
                "movdqu (%1), %%xmm0 \n" \
                "movdqu 0x10(%1), %%xmm1 \n" \
-               "movdqu 0x20(%1), %%xmm2 \n" \
+               "movdqu 0x20(%1), %%xmm2 \n" \
                "movdqu 0x30(%1), %%xmm3 \n" \
                "movdqu 0x40(%1), %%xmm4 \n" \
                "movdqu 0x50(%1), %%xmm5 \n" \
@@ -547,7 +547,7 @@ typedef     union {
           __asm__ ( \
                "movdqa (%1), %%xmm0 \n" \
                "movdqa 0x10(%1), %%xmm1 \n" \
-               "movdqa 0x20(%1), %%xmm2 \n" \
+               "movdqa 0x20(%1), %%xmm2 \n" \
                "movdqa 0x30(%1), %%xmm3 \n" \
                "movdqa 0x40(%1), %%xmm4 \n" \
                "movdqa 0x50(%1), %%xmm5 \n" \
diff --git a/src/modules/everything/evry_api.h 
b/src/modules/everything/evry_api.h
index 27997f9ab..f31db8220 100644
--- a/src/modules/everything/evry_api.h
+++ b/src/modules/everything/evry_api.h
@@ -37,12 +37,12 @@
 #define EVRY_TYPE_TEXT      7
 #define NUM_EVRY_TYPES      8
 
-#define EVRY_EVENT_ITEM_SELECTED               0
+#define EVRY_EVENT_ITEM_SELECTED       0
 #define EVRY_EVENT_ITEM_CHANGED                1
 #define EVRY_EVENT_ITEMS_UPDATE                2
 #define EVRY_EVENT_ACTION_PERFORMED    3
 #define EVRY_EVENT_PLUGIN_SELECTED     4
-#define NUM_EVRY_EVENTS                        5
+#define NUM_EVRY_EVENTS                        5
 
 typedef struct _Evry_API Evry_API;
 typedef struct _Evry_Module Evry_Module;

-- 


Reply via email to