Fixed indentation.

This commit is contained in:
Jim Derry 2017-10-29 15:04:51 -04:00
parent f5bdedecaf
commit 5fb1138840
1 changed files with 1 additions and 1 deletions

View File

@ -979,7 +979,7 @@ Bool TY_(ParseConfigOption)( TidyDocImpl* doc, ctmbstr optnam, ctmbstr optval )
if (NULL != doc->pOptCallback)
status = (*doc->pOptCallback)( optnam, optval );
if (NULL != doc->pConfigCallback )
status = status || (*doc->pConfigCallback)( tidyImplToDoc(doc), optnam, optval );
status = status || (*doc->pConfigCallback)( tidyImplToDoc(doc), optnam, optval );
if (!status && isDeprecated)
status = subDeprecatedOption( doc, optnam, optval);
if (!status)