summaryrefslogtreecommitdiffstats
path: root/include/call-volume.h
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2012-06-16 07:46:32 -0500
committerDenis Kenzior <denkenz@gmail.com>2012-06-16 09:50:05 -0500
commitecdec0715b5e1ac890eef4cafbf6ba003fa127a2 (patch)
tree651b1d1c3010bf9aeea0e7bcff73bae713cacbcf /include/call-volume.h
parent30ee44f1e5f31e5c09c0bbe0a2e55257f34e6e65 (diff)
downloadofono-ecdec0715b5e1ac890eef4cafbf6ba003fa127a2.tar.bz2
call-volume: Conform to coding style item M4
Diffstat (limited to 'include/call-volume.h')
-rw-r--r--include/call-volume.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/call-volume.h b/include/call-volume.h
index cbfcebc2..1217025e 100644
--- a/include/call-volume.h
+++ b/include/call-volume.h
@@ -50,7 +50,7 @@ struct ofono_call_volume_driver {
};
void ofono_call_volume_set_speaker_volume(struct ofono_call_volume *cv,
- unsigned char percent);
+ unsigned char percent);
void ofono_call_volume_set_microphone_volume(struct ofono_call_volume *cv,
unsigned char percent);
void ofono_call_volume_set_muted(struct ofono_call_volume *cv, int muted);