Skip to content

Commit 273d921

Browse files
committed
Update php_encoding.c
1 parent 5e00917 commit 273d921

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

ext/soap/php_encoding.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,6 @@ void whiteSpace_collapse(xmlChar* str)
252252

253253
static encodePtr find_encoder_by_type_name(sdlPtr sdl, const char *type)
254254
{
255-
256255
if (sdl && sdl->encoders) {
257256
encodePtr enc;
258257
size_t type_len = strlen(type);

0 commit comments

Comments
 (0)