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 0e1d6bf446bf37a4d758eb7b8a10cf15e9680d00
Author: Carsten Haitzler <ras...@rasterman.com>
AuthorDate: Sun Aug 25 08:58:58 2024 +0100
remove space before #if
---
src/lib/ecore_x/ecore_x_randr.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/lib/ecore_x/ecore_x_randr.c b/src/lib/ecore_x/ecore_x_randr.c
index 90f8337982..90be7afe38 100644
--- a/src/lib/ecore_x/ecore_x_randr.c
+++ b/src/lib/ecore_x/ecore_x_randr.c
@@ -1,4 +1,4 @@
- #ifdef HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.