Skip to content

Commit

Permalink
style: revert formatting of unrelated changes
Browse files Browse the repository at this point in the history
  • Loading branch information
lavarou committed Dec 4, 2023
1 parent a08fa01 commit 9a43ace
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions agent/fw_drupal8.c
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ static void nr_drupal8_add_method_callback(const zend_class_entry* ce,
function = nr_php_find_class_method(ce, method);
if (NULL == function) {
nrl_verbosedebug(NRL_FRAMEWORK,
"Drupal 8+: cannot get zend_function entry for %.*s::%.*s",
NRSAFELEN(nr_php_class_entry_name_length(ce)),
nr_php_class_entry_name(ce), NRSAFELEN(method_len), method);
"Drupal 8+: cannot get zend_function entry for %.*s::%.*s",
NRSAFELEN(nr_php_class_entry_name_length(ce)),
nr_php_class_entry_name(ce), NRSAFELEN(method_len), method);
return;
}

Expand Down

0 comments on commit 9a43ace

Please sign in to comment.