Skip to content

Commit 5c421bb

Browse files
committed
Clean up whitespace in should_block_request function for improved readability
1 parent 65ca629 commit 5c421bb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/php-extension/HandleShouldBlockRequest.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,14 @@ ZEND_FUNCTION(should_block_request) {
4545
// even if the IP is bypassed
4646
object_init_ex(return_value, blockingStatusClass);
4747

48-
4948
if (IsAikidoDisabledOrBypassed()) {
5049
return;
5150
}
5251

5352
if (!CheckBlocking(EVENT_GET_BLOCKING_STATUS, AIKIDO_GLOBAL(checkedShouldBlockRequest))) {
5453
return;
5554
}
56-
55+
5756
#if PHP_VERSION_ID >= 80000
5857
zend_object *obj = Z_OBJ_P(return_value);
5958
if (!obj) {

0 commit comments

Comments
 (0)