We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e8018d commit 4efc539Copy full SHA for 4efc539
ccstruct/blobbox.h
@@ -503,8 +503,8 @@ class BLOBNBOX:public ELIST_LINK
503
TBOX box; // bounding box
504
TBOX red_box; // bounding box
505
int area:30; // enclosed area
506
- unsigned joined:1; // joined to prev
507
- unsigned reduced:1; // reduced box set
+ unsigned joined : 1; // joined to prev
+ unsigned reduced : 1; // reduced box set
508
int repeated_set_; // id of the set of repeated blobs
509
TabType left_tab_type_; // Indicates tab-stop assessment
510
TabType right_tab_type_; // Indicates tab-stop assessment
0 commit comments