diff options
author | Denis Kenzior <denkenz@gmail.com> | 2011-08-09 12:55:45 -0500 |
---|---|---|
committer | Denis Kenzior <denkenz@gmail.com> | 2011-08-09 12:55:45 -0500 |
commit | 266501b7f48fb070edca94c44662caa23ccac9b3 (patch) | |
tree | 8c823c63c8ca87942e99ed6ac75b110c95406766 | |
parent | 02db6119f26f8fc6b932664b4114318bb82049b8 (diff) | |
download | ofono-266501b7f48fb070edca94c44662caa23ccac9b3.tar.bz2 |
voicecall: Fix minor whitespace issue
-rw-r--r-- | drivers/atmodem/voicecall.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/atmodem/voicecall.c b/drivers/atmodem/voicecall.c index fd15281c..774269a2 100644 --- a/drivers/atmodem/voicecall.c +++ b/drivers/atmodem/voicecall.c @@ -39,7 +39,7 @@ #include "gatchat.h" #include "gatresult.h" -#include "common.h" +#include "common.h" #include "atmodem.h" |