remove trailing spaces
authorcaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 7 Mar 2009 07:00:29 +0000 (07:00 +0000)
committercaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 7 Mar 2009 07:00:29 +0000 (07:00 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@39403 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/modules/engines/software_x11/evas_engine.c

index 8ec2ca9..0834ac5 100644 (file)
@@ -405,7 +405,7 @@ eng_setup(Evas *e, void *in)
              re->outbuf_free_region_for_update = evas_software_xcb_outbuf_free_region_for_update;
              re->outbuf_flush = evas_software_xcb_outbuf_flush;
              re->outbuf_idle_flush = evas_software_xcb_outbuf_idle_flush;
-#endif             
+#endif
           }
 
         e->engine.data.output = re;
@@ -457,7 +457,7 @@ eng_setup(Evas *e, void *in)
                                                        info->info.shape_dither,
                                                        info->info.destination_alpha);
              evas_software_xcb_outbuf_debug_set(re->ob, info->info.debug);
-#endif             
+#endif
           }
        re->ob->onebuf = ponebuf;
      }
@@ -638,9 +638,9 @@ module_close(void)
 {
 }
 
-EAPI Evas_Module_Api evas_modapi = 
+EAPI Evas_Module_Api evas_modapi =
 {
-   EVAS_MODULE_API_VERSION, 
+   EVAS_MODULE_API_VERSION,
      EVAS_MODULE_TYPE_ENGINE,
      "software_x11",
      "none"