Fix coding styles

This commit is contained in:
Cheng Zhao 2015-12-29 16:41:44 +08:00
parent 8ca1bea58b
commit c76db0ba1d
6 changed files with 13 additions and 31 deletions

View file

@ -237,7 +237,7 @@ void AtomRendererClient::EnableWebRuntimeFeatures() {
}
void AtomRendererClient::AddKeySystems(
std::vector<media::KeySystemInfo>* key_systems) {
std::vector<media::KeySystemInfo>* key_systems) {
AddChromeKeySystems(key_systems);
}