Update indentation 22/323022/1
authorAbhimanyu Swami <abhimanyu1.s@samsung.com>
Wed, 16 Apr 2025 06:37:44 +0000 (12:07 +0530)
committerAbhimanyu Swami <abhimanyu1.s@samsung.com>
Tue, 22 Apr 2025 05:46:28 +0000 (05:46 +0000)
Change-Id: Ieac6568b1a556fb6393c1094021123c4d3bc508c
(cherry picked from commit e1b7925b3ea9e06750f88db9984cdba4dfb18999)

include/hal-location-interface-1.h

index 6b36e428a31bd4f15a66b2b8a5cf60a22c751a54..a160322497c2c13b1bbfb06a259aa0efec6e0c51 100644 (file)
@@ -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;
 
-/*
+/**
 * @}
 */