call-volume: Conform to coding style item M4
authorDenis Kenzior <denkenz@gmail.com>
Sat, 16 Jun 2012 12:46:32 +0000 (07:46 -0500)
committerDenis Kenzior <denkenz@gmail.com>
Sat, 16 Jun 2012 14:50:05 +0000 (09:50 -0500)
include/call-volume.h

index cbfcebc..1217025 100644 (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);