style fix

This commit is contained in:
Артем Стрельцов 2020-05-06 16:59:48 +03:00
parent 1428188e21
commit 9088f220ee

View File

@ -56,7 +56,8 @@ void buildLifetimeConfiguration(
const ASTDictionaryLifetime * lifetime)
{
if (lifetime) {
if (lifetime)
{
AutoPtr<Element> lifetime_element(doc->createElement("lifetime"));
AutoPtr<Element> min_element(doc->createElement("min"));
AutoPtr<Element> max_element(doc->createElement("max"));