comparison src/layout.c @ 995:6ca2c5fd7b13

Whitespaces cleanup.
author zas_
date Mon, 25 Aug 2008 22:20:45 +0000
parents bc73dc055cd0
children 45ce6c1f331e
comparison
equal deleted inserted replaced
994:c879a4c14f33 995:6ca2c5fd7b13
1836 1836
1837 if (lw->split_image_sizegroup) g_object_unref(lw->split_image_sizegroup); 1837 if (lw->split_image_sizegroup) g_object_unref(lw->split_image_sizegroup);
1838 1838
1839 file_data_unregister_notify_func(layout_image_notify_cb, lw); 1839 file_data_unregister_notify_func(layout_image_notify_cb, lw);
1840 1840
1841 if (lw->dir_fd) 1841 if (lw->dir_fd)
1842 { 1842 {
1843 file_data_unregister_real_time_monitor(lw->dir_fd); 1843 file_data_unregister_real_time_monitor(lw->dir_fd);
1844 file_data_unref(lw->dir_fd); 1844 file_data_unref(lw->dir_fd);
1845 } 1845 }
1846 1846