Skip to content

Commit 4780ff0

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent cdd350d commit 4780ff0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsp/inc/tsp.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ typedef struct CCtsp_branchobj {
258258
} CCtsp_branchobj;
259259

260260
typedef struct CCtsp_cutnode {
261-
#define CCtsp_CUT_INNODELIST(t) ((t)&4)
261+
#define CCtsp_CUT_INNODELIST(t) ((t) & 4)
262262
#define CCtsp_CUT_ROOT 0
263263
#define CCtsp_CUT_PNODE 1
264264
#define CCtsp_CUT_QNODE 2

0 commit comments

Comments
 (0)