Skip to content

Commit 9b78e5f

Browse files
committed
Remove useless return
1 parent 186788f commit 9b78e5f

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
@@ -1223,8 +1223,6 @@ PHP_FUNCTION(tidy_get_config)
12231223
break;
12241224
}
12251225
}
1226-
1227-
return;
12281226
}
12291227
/* }}} */
12301228

0 commit comments

Comments
 (0)