diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2012-02-29 20:17:58 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-03-16 14:53:19 +0100 |
commit | 9a442b01bc6e53fbeb42ce4d74a83b9a1218f915 (patch) | |
tree | 55263b9b59094040f23c4585caec3f03d9ac0d81 /include/ModemManager-enums.h | |
parent | c66817622c8c0f7bd20cd423b8b813d3df671fa6 (diff) |
api,header: minor alignment fix
Diffstat (limited to 'include/ModemManager-enums.h')
-rw-r--r-- | include/ModemManager-enums.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/ModemManager-enums.h b/include/ModemManager-enums.h index 5989de38..0db19ccf 100644 --- a/include/ModemManager-enums.h +++ b/include/ModemManager-enums.h @@ -333,10 +333,10 @@ typedef enum { /*< underscore_name=mm_sms_storage >*/ * Sources of location information supported by the modem. */ typedef enum { /*< underscore_name=mm_modem_location_source >*/ - MM_MODEM_LOCATION_SOURCE_NONE = 0, + MM_MODEM_LOCATION_SOURCE_NONE = 0, MM_MODEM_LOCATION_SOURCE_3GPP_LAC_CI = 1 << 0, - MM_MODEM_LOCATION_SOURCE_GPS_RAW = 1 << 1, - MM_MODEM_LOCATION_SOURCE_GPS_NMEA = 1 << 2, + MM_MODEM_LOCATION_SOURCE_GPS_RAW = 1 << 1, + MM_MODEM_LOCATION_SOURCE_GPS_NMEA = 1 << 2, } MMModemLocationSource; /** |