Cleanup: remove empty lines
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 31 Oct 2022 15:15:44 +0000 (11:15 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 31 Oct 2022 15:15:44 +0000 (11:15 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
src/rcu.h

index a5a2509b5dd040503e60dedaf2e1c3c45460a436..6e61ea348ea7a1d31a5f416c4d169558a1a9298f 100644 (file)
--- a/src/rcu.h
+++ b/src/rcu.h
@@ -106,8 +106,6 @@ void side_rcu_read_end(struct side_rcu_gp_state *gp_state, unsigned int period)
                cpu = 0;
        cpu_gp_state = &gp_state->percpu_state[cpu];
        (void) __atomic_add_fetch(&cpu_gp_state->count[period].end, 1, __ATOMIC_SEQ_CST);
-
-
 }
 
 #define side_rcu_dereference(p) \
This page took 0.024616 seconds and 4 git commands to generate.