Bug 1626776 - Delete redundant return statement at the end of a function with a void return type. r=jgilbert

Differential Revision: https://phabricator.services.mozilla.com/D70144

--HG--
extra : moz-landing-system : lando
This commit is contained in:
nicolaspacheco 2020-04-08 03:36:00 +00:00
Родитель 959220c110
Коммит 9ac972aca4
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -817,7 +817,6 @@ void WebGLContext::PixelStorei(GLenum pname, uint32_t param) {
}
ErrorInvalidEnumInfo("pname", pname);
return;
}
bool WebGLContext::DoReadPixelsAndConvert(