Skip to content

Commit ad9549b

Browse files
committed
Remove useless return
1 parent 78e62de commit ad9549b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ext/tidy/tidy.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1229,8 +1229,6 @@ PHP_FUNCTION(tidy_get_config)
12291229
break;
12301230
}
12311231
}
1232-
1233-
return;
12341232
}
12351233
/* }}} */
12361234

0 commit comments

Comments
 (0)