This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository efl.
View the commit online.
commit 058c1837a6ffa58c25a8d8ba78460b85f88ca715
Author: Carsten Haitzler <ras...@rasterman.com>
AuthorDate: Wed Oct 23 17:18:09 2024 +0100
whitespace change revert - harmless
---
src/bin/edje/edje_player.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/bin/edje/edje_player.c b/src/bin/edje/edje_player.c
index b4363de152..b509bbcfb7 100644
--- a/src/bin/edje/edje_player.c
+++ b/src/bin/edje/edje_player.c
@@ -123,7 +123,7 @@ static void
_slave_mode_message_int(Evas_Object *edje, int id, char *arg)
{
Edje_Message_Int msg;
- msg.val =atoi(arg);
+ msg.val = atoi(arg);
edje_object_message_send(edje, EDJE_MESSAGE_INT, id, &msg);
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.