hfpmodem: Minor whitespace fix

This commit is contained in:
Denis Kenzior 2011-07-19 16:17:01 -05:00
parent 68ee8b5f2b
commit 191570a1ba
1 changed files with 1 additions and 1 deletions

View File

@ -214,7 +214,7 @@ static struct ofono_call_volume_driver driver = {
.probe = hfp_call_volume_probe,
.remove = hfp_call_volume_remove,
.speaker_volume = hfp_speaker_volume,
.microphone_volume = hfp_microphone_volume,
.microphone_volume = hfp_microphone_volume,
.mute = NULL,
};