change code indent
authorHyoyoung Chang <hyoyoung.chang@samsung.com>
Wed, 3 Nov 2010 04:54:05 +0000 (13:54 +0900)
committerHyoyoung Chang <hyoyoung.chang@samsung.com>
Wed, 3 Nov 2010 04:54:05 +0000 (13:54 +0900)
src/clipdrawer.c

index 4269921..48d9cc4 100644 (file)
@@ -149,7 +149,7 @@ int clipdrawer_add_image_item(char *imagepath)
        if (igl_counter >= HISTORY_QUEUE_MAX_IMG_ITEMS)
        {
                elm_gengrid_item_del(eina_list_nth(igl, 0));
-//             elm_gengrid_item_del(eina_list_last(igl));
+               //elm_gengrid_item_del(eina_list_last(igl));
        }
 
        newgenimg = malloc(sizeof(gridimgitem_t));