atutil: Fix newline before EOF

This commit is contained in:
Syam Sidhardhan 2011-12-30 04:28:01 +05:30 committed by Denis Kenzior
parent d9a76824ba
commit 5e06f070aa
1 changed files with 1 additions and 2 deletions

View File

@ -131,5 +131,4 @@ static inline int at_util_convert_signal_strength(int strength)
e.type = OFONO_ERROR_TYPE_NO_ERROR; \
e.error = 0; \
f(&e, ##args); \
} while(0) \
} while (0)