Skip to content

Commit 4efc539

Browse files
committed
clang tidy on previous pull
1 parent 4e8018d commit 4efc539

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ccstruct/blobbox.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -503,8 +503,8 @@ class BLOBNBOX:public ELIST_LINK
503503
TBOX box; // bounding box
504504
TBOX red_box; // bounding box
505505
int area:30; // enclosed area
506-
unsigned joined:1; // joined to prev
507-
unsigned reduced:1; // reduced box set
506+
unsigned joined : 1; // joined to prev
507+
unsigned reduced : 1; // reduced box set
508508
int repeated_set_; // id of the set of repeated blobs
509509
TabType left_tab_type_; // Indicates tab-stop assessment
510510
TabType right_tab_type_; // Indicates tab-stop assessment

0 commit comments

Comments
 (0)