whitespaces--

SVN revision: 70188
This commit is contained in:
Vincent Torri 2012-04-15 07:21:00 +00:00
parent c109f6d8c0
commit c24b9f7aee
6 changed files with 71 additions and 73 deletions

View File

@ -19,4 +19,5 @@ EAPI E_Volume *e_volume_find(const char *udi);
EAPI void e_volume_mount(E_Volume *v);
EAPI void e_volume_unmount(E_Volume *v);
EAPI void e_volume_eject(E_Volume *v);
#endif

View File

@ -894,4 +894,3 @@ _e_fm_main_eeze_storage_find(const char *syspath)
}
return NULL;
}

View File

@ -1085,4 +1085,3 @@ _e_fm_main_hal_storage_find(const char *udi)
}
return NULL;
}

View File

@ -1004,4 +1004,3 @@ _e_fm_main_udisks_storage_find(const char *udi)
}
return NULL;
}