From 76fb62cd95891a2fcf9e5bec67b1e1dc0565be61 Mon Sep 17 00:00:00 2001 From: Minje Ahn Date: Wed, 1 Jul 2020 14:37:27 +0900 Subject: [PATCH] Correct indentation Change-Id: Ic7a094f60c7fad8acbf886cf09b1769ee7396c8c Signed-off-by: Minje Ahn --- include/media-svc.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/include/media-svc.h b/include/media-svc.h index a46ee1d..1398b02 100755 --- a/include/media-svc.h +++ b/include/media-svc.h @@ -43,12 +43,12 @@ int media_svc_insert_item_end(uid_t uid); int media_svc_insert_item_bulk(sqlite3 *handle, const char *storage_id, ms_user_storage_type_e storage_type, const char *path, uid_t uid); int media_svc_insert_item_immediately(sqlite3 *handle, const char *storage_id, ms_user_storage_type_e storage_type, const char *path, uid_t uid); int media_svc_move_item(sqlite3 *handle, - const char *src_path, - const char *dest_path, - const char *media_id, - int media_type, - const char *mime_type, - uid_t uid); + const char *src_path, + const char *dest_path, + const char *media_id, + int media_type, + const char *mime_type, + uid_t uid); int media_svc_set_item_validity(const char *path, int validity, uid_t uid); int media_svc_delete_item_by_path(sqlite3 *handle, const char *storage_id, const char *path, uid_t uid); -- 2.7.4