Skip to content

Commit

Permalink
Revert format change as it is not clang valid
Browse files Browse the repository at this point in the history
  • Loading branch information
estringana committed Jan 23, 2025
1 parent 09fedb4 commit 76a43d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appsec/src/extension/ddappsec.c
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ static void ddappsec_sort_modules(void *base, size_t count, size_t siz,

// Reorder ddappsec to ensure it's always after ddtrace
for (Bucket *module = base, *end = module + count, *ddappsec_module = NULL;
module < end; ++module) {
module < end; ++module) {
zend_module_entry *m = (zend_module_entry *)Z_PTR(module->val);
if (m->name == ddappsec_module_entry.name) {
ddappsec_module = module;
Expand Down

0 comments on commit 76a43d0

Please sign in to comment.