elementary/mapbuf - removed white trailing
authorChunEon Park <hermet@hermet.pe.kr>
Wed, 29 May 2013 17:37:35 +0000 (02:37 +0900)
committerChunEon Park <hermet@hermet.pe.kr>
Wed, 29 May 2013 17:37:35 +0000 (02:37 +0900)
src/lib/elm_mapbuf.c

index d35adc1..ba9f75b 100644 (file)
@@ -131,7 +131,7 @@ _configure(Evas_Object *obj, Eina_Bool update_force)
            aren't sure that the content is updated correctly if the content was
            outside of the viewport, especially it has many child members. Some
            type of children will do the lazy updated (ie, textblock) on right
-           before the rendering. It means they lose the update time cause 
+           before the rendering. It means they lose the update time cause
            of the mapbuf since the mapbuf tries nochange forcefully. */
         if (!sd->inside_view[0] && ((x >= vx) && (x <= (vx + vw))))
           sd->inside_view[0] = EINA_TRUE;