From 347bc21ddc75a75c0d95ca6f7db3c992ed7d9f41 Mon Sep 17 00:00:00 2001 From: Davide Andreoli Date: Tue, 27 Sep 2011 21:35:39 +0000 Subject: [PATCH] tabs-- SVN revision: 63632 --- src/bin/e_fm_device.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bin/e_fm_device.h b/src/bin/e_fm_device.h index b3f0112fd..5a6ed0dd2 100644 --- a/src/bin/e_fm_device.h +++ b/src/bin/e_fm_device.h @@ -18,8 +18,8 @@ EAPI void e_fm2_device_mount_del(E_Volume *v); EAPI E_Fm2_Mount *e_fm2_device_mount_find(const char *path); EAPI E_Fm2_Mount *e_fm2_device_mount(E_Volume *v, Ecore_Cb mount_ok, Ecore_Cb mount_fail, - Ecore_Cb unmount_ok, Ecore_Cb unmount_fail, - void *data); + Ecore_Cb unmount_ok, Ecore_Cb unmount_fail, + void *data); EAPI void e_fm2_device_mount_fail(E_Volume *v); EAPI void e_fm2_device_unmount(E_Fm2_Mount *m); EAPI void e_fm2_device_unmount_fail(E_Volume *v);