Skip to content

Commit afb1914

Browse files
committed
use tabs
1 parent 0c0ba39 commit afb1914

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/standard/string.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1342,7 +1342,7 @@ PHP_FUNCTION(str_decrement)
13421342
static bool _is_basename_start(const char *start, const char *pos)
13431343
{
13441344
if (pos - start >= 1
1345-
&& !IS_SLASH(*(pos-1))) {
1345+
&& !IS_SLASH(*(pos-1))) {
13461346
if (pos - start == 1) {
13471347
return true;
13481348
} else if (IS_SLASH(*(pos-2))) {

0 commit comments

Comments
 (0)