call-volume: Conform to coding style item M4

This commit is contained in:
Denis Kenzior 2012-06-16 07:46:32 -05:00
parent 30ee44f1e5
commit ecdec0715b
1 changed files with 1 additions and 1 deletions

View File

@ -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);