devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=06b8a76954be169c83f09e58081924453cb26baf
commit 06b8a76954be169c83f09e58081924453cb26baf Author: Chris Michael <cp.mich...@samsung.com> Date: Thu Jun 8 09:05:14 2017 -0400 elput: Minor formatting fix NB: No functional changes Signed-off-by: Chris Michael <cp.mich...@samsung.com> --- src/lib/elput/elput_private.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/lib/elput/elput_private.h b/src/lib/elput/elput_private.h index d67e5d53ea..7d4909a5d9 100644 --- a/src/lib/elput/elput_private.h +++ b/src/lib/elput/elput_private.h @@ -196,9 +196,9 @@ struct _Elput_Seat } count; struct - { - double x, y; - } pointer; + { + double x, y; + } pointer; unsigned int modifiers; --