From 08b769fd78616a66f7b2c74f878dc8d7dadafeeb Mon Sep 17 00:00:00 2001 From: woohyun Date: Fri, 26 Aug 2011 02:04:10 +0000 Subject: [PATCH] elementary/module : remove trailing whitespaces git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@62846 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/modules/access_output/mod.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/modules/access_output/mod.c b/src/modules/access_output/mod.c index 084bbc8..3956a40 100644 --- a/src/modules/access_output/mod.c +++ b/src/modules/access_output/mod.c @@ -39,7 +39,7 @@ _exe_del(void *data __UNUSED__, int type __UNUSED__, void *event) EAPI int elm_modapi_init(void *m __UNUSED__) { - exe_exit_handler = + exe_exit_handler = ecore_event_handler_add(ECORE_EXE_EVENT_DEL, _exe_del, NULL); return 1; // succeed always @@ -63,7 +63,7 @@ out_read(const char *txt) if (!tmpf) { char buf[PATH_MAX]; - + snprintf(buf, sizeof(buf), "/tmp/.elm-speak-XXXXXX"); tmpfd = mkstemp(buf); if (tmpfd >= 0) tmpf = strdup(buf); @@ -76,7 +76,7 @@ EAPI void out_read_done(void) { char buf[PATH_MAX]; - + if (espeak) { ecore_exe_interrupt(espeak); -- 2.7.4