summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2011-03-11 13:18:36 -0600
committerDenis Kenzior <denkenz@gmail.com>2011-03-11 13:18:36 -0600
commit915d4dc4bd6b5ff9f5aded1243406393cbd0b2fa (patch)
tree94289563d7a2eccf6f750bc74509570c253e52d8 /src
parent0626ff6af86fa1664d6f59b3cfc6d3165122ccee (diff)
downloadofono-915d4dc4bd6b5ff9f5aded1243406393cbd0b2fa.tar.bz2
voicecall: Minor whitespace fix for previous commit
Diffstat (limited to 'src')
-rw-r--r--src/voicecall.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/voicecall.c b/src/voicecall.c
index 7eee7dd8..247a4311 100644
--- a/src/voicecall.c
+++ b/src/voicecall.c
@@ -1877,8 +1877,8 @@ static GDBusMethodTable manager_methods[] = {
};
static GDBusSignalTable manager_signals[] = {
- { "Forwarded", "s" },
- { "BarringActive", "s" },
+ { "Forwarded", "s" },
+ { "BarringActive", "s" },
{ "PropertyChanged", "sv" },
{ "CallAdded", "oa{sv}" },
{ "CallRemoved", "o" },