Skip to content

Commit 44bd717

Browse files
irozzo-1Aekoops
authored andcommitted
chore: fix userspace/libpman/src/ringbuffer.c formatting
Signed-off-by: irozzo-1A <iacopo@sysdig.com>
1 parent b312417 commit 44bd717

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

userspace/libpman/src/ringbuffer.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ int pman_prepare_ringbuf_array_before_loading() {
8888
* associated entry.
8989
*/
9090
const int16_t buffers_num = pman_is_cpus_to_ringbufs_mapping_disabled()
91-
? g_state.n_required_buffers
92-
: g_state.n_possible_cpus;
91+
? g_state.n_required_buffers
92+
: g_state.n_possible_cpus;
9393
err = err ?: ringbuf_array_set_max_entries(g_state.skel, buffers_num);
9494
/* Allocate consumer positions and producer positions for the ringbuffer. */
9595
err = err ?: allocate_consumer_producer_positions();

0 commit comments

Comments
 (0)