network: M9 coding style corrections

This commit is contained in:
Oleg Zhurakivskyy 2011-12-02 13:10:29 +02:00 committed by Denis Kenzior
parent 5a86ce6f0f
commit 58fc48c6c4
1 changed files with 5 additions and 5 deletions

View File

@ -37,6 +37,9 @@
#include "util.h"
#include "storage.h"
#define SETTINGS_STORE "netreg"
#define SETTINGS_GROUP "Settings"
#define NETWORK_REGISTRATION_FLAG_HOME_SHOW_PLMN 0x1
#define NETWORK_REGISTRATION_FLAG_ROAMING_SHOW_SPN 0x2
@ -46,11 +49,6 @@ enum network_registration_mode {
NETWORK_REGISTRATION_MODE_AUTO_ONLY = 5, /* Out of range of 27.007 */
};
#define SETTINGS_STORE "netreg"
#define SETTINGS_GROUP "Settings"
static GSList *g_drivers = NULL;
/* 27.007 Section 7.3 <stat> */
enum operator_status {
OPERATOR_STATUS_UNKNOWN = 0,
@ -96,6 +94,8 @@ struct network_operator_data {
struct ofono_netreg *netreg;
};
static GSList *g_drivers = NULL;
static const char *registration_mode_to_string(int mode)
{
switch (mode) {