Skip to content

Commit 03bc29f

Browse files
authored
Merge pull request #29 from timmyL17/master
Remove double semicolons
2 parents 21c87b5 + 4b464f1 commit 03bc29f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

include/nasoq/QP/qp_utils.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ namespace nasoq {
105105
double factt, init;
106106
int num_update, num_downdate, num_refactor, num_solve;
107107

108-
qp_info();;
108+
qp_info();
109109

110110
std::chrono::time_point<std::chrono::system_clock> tic();
111111

include/nasoq/nasoq.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ namespace nasoq {
5252
int inner_iter, outer_iter;
5353
double pert_diag, stop_tol;
5454

55-
nasoq_config(int a, int b, double c, double d);;
55+
nasoq_config(int a, int b, double c, double d);
5656
};
5757

5858
/*

0 commit comments

Comments
 (0)