Skip to content

Commit

Permalink
detect-engine/file: fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
regit committed Jan 25, 2025
1 parent b188665 commit 06c9f82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/detect-engine-file.c
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ uint8_t DetectFileInspectGeneric(DetectEngineCtx *de_ctx, DetectEngineThreadCtx
SCEnter();
DEBUG_VALIDATE_BUG_ON(f->alstate != alstate);

const uint8_t direction = flags & (STREAM_TOSERVER|STREAM_TOCLIENT);
const uint8_t direction = flags & (STREAM_TOSERVER | STREAM_TOCLIENT);
AppLayerGetFileState files = AppLayerParserGetTxFiles(f, tx, direction);
FileContainer *ffc = files.fc;
SCLogDebug("tx %p tx_id %" PRIu64 " ffc %p ffc->head %p sid %u", tx, tx_id, ffc,
Expand Down

0 comments on commit 06c9f82

Please sign in to comment.