Arrange line 32/140632/1
authorSeungha Son <seungha.son@samsung.com>
Tue, 25 Jul 2017 23:54:50 +0000 (08:54 +0900)
committerSeungha Son <seungha.son@samsung.com>
Tue, 25 Jul 2017 23:55:20 +0000 (08:55 +0900)
Signed-off-by: Seungha Son <seungha.son@samsung.com>
Change-Id: Ic605dde2243edcf059ba97729944de59aa8177bb

src/notification_internal.c
src/notification_shared_file.c

index 276e90a4b14d3d2152d3e381091affebf43d7713..b2fbdaa033a67a2a275ce97be5341cc4426fd196 100755 (executable)
@@ -1059,7 +1059,6 @@ EXPORT_API int notification_get_execute_option(notification_h noti,
                        || type > NOTIFICATION_EXECUTE_TYPE_MAX)
                return NOTIFICATION_ERROR_INVALID_PARAMETER;
 
-
        switch (type) {
        case NOTIFICATION_EXECUTE_TYPE_RESPONDING:
                b = noti->b_service_responding;
index 1e04b4af927217f9f417f020650b408db4e147fa..e0bc628c6438ba42007bcbb091ac7fc1a0b93666 100755 (executable)
@@ -337,6 +337,7 @@ static sharing_file_info_s * __dup_file_info(sharing_file_info_s *src)
        return file_info;
 
 }
+
 static void __make_file_info(char *src_path, char *dst_path,
        GList **new_file_list, GList *shared_file_list, bool *is_overlapping)
 {
@@ -393,6 +394,7 @@ static void __make_file_info(char *src_path, char *dst_path,
        }
 
 }
+
 static GList* __get_new_file_list(notification_h noti,
                                GList *shared_file_list,
                                bool *is_overlapping)
@@ -536,7 +538,6 @@ static gint __comp_priv_id(gconstpointer a, gconstpointer b)
        return 1;
 }
 
-
 static gint __comp_target_app(gconstpointer a, gconstpointer b)
 {
        target_app_info_s *target = (target_app_info_s *)a;