Skip to content

Commit 570bbbe

Browse files
committed
apply formatter
1 parent f5b7a3c commit 570bbbe

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

src/feasibility_pump.cu

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,7 @@ void compute_next_primal_solution(pdhg_solver_state_t *state,
3030
int k_offset,
3131
double reflection_coefficient,
3232
bool is_major);
33-
void compute_next_dual_solution(pdhg_solver_state_t *state,
34-
int k_offset,
35-
double reflection_coefficient,
36-
bool is_major);
33+
void compute_next_dual_solution(pdhg_solver_state_t *state, int k_offset, double reflection_coefficient, bool is_major);
3734

3835
static void perform_primal_restart(pdhg_solver_state_t *state);
3936
static void perform_dual_restart(pdhg_solver_state_t *state);

0 commit comments

Comments
 (0)