Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit 30eef17

Browse files
author
Yuan Zhou
committed
replace tab by spaces
1 parent e96bce5 commit 30eef17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sage/numerical/backends/glpk_backend.pxd

+2-2
Original file line numberDiff line numberDiff line change
@@ -204,8 +204,8 @@ cdef extern from "glpk.h":
204204
int GLP_BS # basic variable
205205
int GLP_NL # non-basic variable on lower bound
206206
int GLP_NU # non-basic variable on upper bound
207-
int GLP_NF # non-basic free (unbounded) variable
208-
int GLP_NS # non-basic fixed variable
207+
int GLP_NF # non-basic free (unbounded) variable
208+
int GLP_NS # non-basic fixed variable
209209

210210
cdef class GLPKBackend(GenericBackend):
211211
cdef c_glp_prob * lp

0 commit comments

Comments
 (0)