cosmetics after 9523f2a

spelling, indent and other style conformance

Change-Id: Iad720c0d85f2147676e302439d57628712d3b109
This commit is contained in:
James Zern
2011-12-01 13:05:31 -08:00
parent 38bd5bb524
commit eda520a92e
3 changed files with 12 additions and 11 deletions

View File

@ -113,7 +113,7 @@ int WebPValidateConfig(const WebPConfig* const config) {
if (config->alpha_compression < 0)
return 0;
if (config->alpha_quality < 0 || config->alpha_quality > 100)
return 0;
return 0;
return 1;
}