Release Tizen2.0 beta
[framework/location/gps-manager.git] / gps-manager / include / gps_manager_plugin_intf.h
index 182066a..71c99ab 100644 (file)
@@ -279,7 +279,7 @@ typedef int (*gps_event_cb) (gps_event_info_t *gps_event_info);
  * GPS action type
  */
 typedef enum {
-       GPS_ACTION_SEND_PARAMS = 0x00,
+       GPS_ACTION_SEND_PARAMS  = 0x000,
        GPS_ACTION_START_SESSION,
        GPS_ACTION_STOP_SESSION,
 
@@ -288,7 +288,6 @@ typedef enum {
 
        GPS_ACTION_START_FACTTEST,
        GPS_ACTION_STOP_FACTTEST,
-
        GPS_ACTION_REQUEST_SUPL_NI
 } gps_action_t;