Elementary: Removed trailing whitespaces except for some files that

raster is heavily working on recently.


SVN revision: 59683
This commit is contained in:
Daniel Juyung Seo 2011-05-26 00:39:12 +00:00
parent bff85e95bd
commit 9005f95c62
4 changed files with 11 additions and 9 deletions

View File

@ -23,6 +23,8 @@ test_box_vert(void *data __UNUSED__, Evas_Object *obj __UNUSED__, void *event_in
evas_object_size_hint_weight_set(bx, EVAS_HINT_EXPAND, EVAS_HINT_EXPAND); evas_object_size_hint_weight_set(bx, EVAS_HINT_EXPAND, EVAS_HINT_EXPAND);
evas_object_show(bx); evas_object_show(bx);
elm_box_padding_set(bx, 1000, 1000);
ic = elm_icon_add(win); ic = elm_icon_add(win);
snprintf(buf, sizeof(buf), "%s/images/logo_small.png", PACKAGE_DATA_DIR); snprintf(buf, sizeof(buf), "%s/images/logo_small.png", PACKAGE_DATA_DIR);
elm_icon_file_set(ic, buf, NULL); elm_icon_file_set(ic, buf, NULL);