From: Abhimanyu Swami Date: Wed, 16 Apr 2025 06:37:44 +0000 (+0530) Subject: Update indentation X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cc477a5e58f6724b1a2536e014469c292b1fc2cc;p=platform%2Fhal%2Fapi%2Flocation.git Update indentation Change-Id: Ieac6568b1a556fb6393c1094021123c4d3bc508c (cherry picked from commit e1b7925b3ea9e06750f88db9984cdba4dfb18999) --- diff --git a/include/hal-location-interface-1.h b/include/hal-location-interface-1.h index 6b36e42..a160322 100644 --- a/include/hal-location-interface-1.h +++ b/include/hal-location-interface-1.h @@ -741,9 +741,9 @@ typedef struct { } hal_location_gps_action_change_interval_data_s; /** -* @brief GPS action to set ref location -* @since HAL_MODULE_LOCATION 1.0 -*/ + * @brief GPS action to set ref location + * @since HAL_MODULE_LOCATION 1.0 + */ typedef struct { int result; /**< Result */ int reason; /**< Reason */ @@ -754,9 +754,9 @@ typedef struct { } hal_location_gps_action_set_ref_location_s; /** -* @brief GPS action to set ref time -* @since HAL_MODULE_LOCATION 1.0 -*/ + * @brief GPS action to set ref time + * @since HAL_MODULE_LOCATION 1.0 + */ typedef struct { int result; /**< Result */ int reason; /**< Reason */ @@ -767,16 +767,16 @@ typedef struct { } hal_location_gps_action_set_ref_time_s; /** -* @brief HAL Backend Location Functions -* @since HAL_MODULE_LOCATION 1.0 -*/ + * @brief HAL Backend Location Functions + * @since HAL_MODULE_LOCATION 1.0 + */ typedef struct _hal_backend_location_funcs { int (*init)(gps_event_cb gps_event_cb, void *user_data); /**< Initialize GPS */ int (*deinit)(gps_failure_reason_e *reason_code); /**< Deinitialize GPS */ int (*request)(hal_location_gps_action_e gps_action, void *gps_action_data, gps_failure_reason_e *reason_code); /**< Request GPS action */ } hal_backend_location_funcs; -/* +/** * @} */