Skip to content

Commit 4c4ca35

Browse files
committed
Fix whitespace
1 parent c663e51 commit 4c4ca35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/zend_enum.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ ZEND_API zend_result zend_enum_get_case_by_value(zend_object **result, zend_clas
246246
}
247247

248248
*result = Z_OBJ_P(case_zv);
249-
return SUCCESS;
249+
return SUCCESS;
250250
}
251251

252252
static void zend_enum_from_base(INTERNAL_FUNCTION_PARAMETERS, bool try)

0 commit comments

Comments
 (0)