summaryrefslogtreecommitdiffstats
path: root/drivers/isimodem/isiutil.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/isimodem/isiutil.h')
-rw-r--r--drivers/isimodem/isiutil.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/isimodem/isiutil.h b/drivers/isimodem/isiutil.h
index fdc37351..90ef5921 100644
--- a/drivers/isimodem/isiutil.h
+++ b/drivers/isimodem/isiutil.h
@@ -49,7 +49,7 @@ static inline struct isi_cb_data *isi_cb_data_new(void *user, void *cb,
e.type = OFONO_ERROR_TYPE_FAILURE; \
e.error = 0; \
f(&e, ##args); \
- } while(0)
+ } while (0)
#define CALLBACK_WITH_SUCCESS(f, args...) \
do { \
@@ -57,6 +57,6 @@ static inline struct isi_cb_data *isi_cb_data_new(void *user, void *cb,
e.type = OFONO_ERROR_TYPE_NO_ERROR; \
e.error = 0; \
f(&e, ##args); \
- } while(0)
+ } while (0)
#endif /* !__ISIMODEM_UTIL_H */