summaryrefslogtreecommitdiffstats
path: root/src/ofono.h
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2010-11-22 04:29:06 -0600
committerDenis Kenzior <denkenz@gmail.com>2010-11-22 09:54:25 -0600
commit60aceb3e7180a3f2376b5a71c6c31b9cace40812 (patch)
treed6b66079e8d2e81a5903b2c9032706794eccdcb8 /src/ofono.h
parentd7fb7da021c71767889442d57e9234990f09a618 (diff)
downloadofono-60aceb3e7180a3f2376b5a71c6c31b9cace40812.tar.bz2
modem: Miscellaneous style fixes
Diffstat (limited to 'src/ofono.h')
-rw-r--r--src/ofono.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/ofono.h b/src/ofono.h
index 566dacb1..f12ff566 100644
--- a/src/ofono.h
+++ b/src/ofono.h
@@ -177,13 +177,12 @@ unsigned int __ofono_modemwatch_add(ofono_modemwatch_cb_t cb, void *user,
ofono_destroy_func destroy);
gboolean __ofono_modemwatch_remove(unsigned int id);
-typedef void (*ofono_modem_online_notify_func)(ofono_bool_t online,
- void *data);
+typedef void (*ofono_modem_online_notify_func)(ofono_bool_t online, void *data);
unsigned int __ofono_modem_add_online_watch(struct ofono_modem *modem,
- ofono_modem_online_notify_func notify,
- void *data, ofono_destroy_func destroy);
+ ofono_modem_online_notify_func notify,
+ void *data, ofono_destroy_func destroy);
void __ofono_modem_remove_online_watch(struct ofono_modem *modem,
- unsigned int id);
+ unsigned int id);
#include <ofono/call-barring.h>