okra pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=4bc8df4cbb4568b113e9c4c0bab63f9f97639b50

commit 4bc8df4cbb4568b113e9c4c0bab63f9f97639b50
Author: Stephen 'Okra' Houston <[email protected]>
Date:   Mon Sep 11 13:37:14 2017 -0500

    Fix bad formatting.
---
 src/modules/temperature/e_mod_main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/modules/temperature/e_mod_main.c 
b/src/modules/temperature/e_mod_main.c
index d05f9e77a..c90556fa0 100644
--- a/src/modules/temperature/e_mod_main.c
+++ b/src/modules/temperature/e_mod_main.c
@@ -293,7 +293,7 @@ _temperature_face_shutdown(const Eina_Hash *hash 
EINA_UNUSED, const void *key EI
    if (inst->sensor_name) eina_stringshare_del(inst->sensor_name);
    if (inst->id) eina_stringshare_del(inst->id);
 #ifdef HAVE_EEZE
-    if (inst->poller)
+   if (inst->poller)
      {
         ecore_poller_del(inst->poller);
         _temperature_thread_free(inst->tth);

-- 


Reply via email to