Skip to content

Commit ba80d0b

Browse files
committed
Fix indentation
1 parent 9e01337 commit ba80d0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/soap/php_schema.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1670,7 +1670,7 @@ static int schema_element(sdlPtr sdl, xmlAttrPtr tns, xmlNodePtr element, sdlTyp
16701670
break;
16711671
}
16721672
parent = parent->parent;
1673-
}
1673+
}
16741674
if (parent == NULL) {
16751675
cur_type->form = XSD_FORM_UNQUALIFIED;
16761676
}

0 commit comments

Comments
 (0)