include: More style issues
authorDenis Kenzior <denkenz@gmail.com>
Mon, 7 Jun 2010 17:02:50 +0000 (12:02 -0500)
committerDenis Kenzior <denkenz@gmail.com>
Mon, 7 Jun 2010 17:57:50 +0000 (12:57 -0500)
include/netreg.h

index 8860960..a88301d 100644 (file)
@@ -48,19 +48,19 @@ typedef void (*ofono_netreg_operator_cb_t)(const struct ofono_error *error,
                                        void *data);
 
 typedef void (*ofono_netreg_register_cb_t)(const struct ofono_error *error,
-                                       void *data);
+                                               void *data);
 
 typedef void (*ofono_netreg_operator_list_cb_t)(const struct ofono_error *error,
-                                       int total,
-                                       const struct ofono_network_operator *list,
-                                       void *data);
+                               int total,
+                               const struct ofono_network_operator *list,
+                               void *data);
 
 typedef void (*ofono_netreg_status_cb_t)(const struct ofono_error *error,
                                        int status, int lac, int ci, int tech,
                                        void *data);
 
 typedef void (*ofono_netreg_strength_cb_t)(const struct ofono_error *error,
-                                       int strength, void *data);
+                                               int strength, void *data);
 
 /* Network related functions, including registration status, operator selection
  * and signal strength indicators.