Skip to content

Commit

Permalink
clang tidy on previous pull
Browse files Browse the repository at this point in the history
  • Loading branch information
theraysmith committed Jul 20, 2017
1 parent 4e8018d commit 4efc539
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ccstruct/blobbox.h
Original file line number Diff line number Diff line change
Expand Up @@ -503,8 +503,8 @@ class BLOBNBOX:public ELIST_LINK
TBOX box; // bounding box
TBOX red_box; // bounding box
int area:30; // enclosed area
unsigned joined:1; // joined to prev
unsigned reduced:1; // reduced box set
unsigned joined : 1; // joined to prev
unsigned reduced : 1; // reduced box set
int repeated_set_; // id of the set of repeated blobs
TabType left_tab_type_; // Indicates tab-stop assessment
TabType right_tab_type_; // Indicates tab-stop assessment
Expand Down

0 comments on commit 4efc539

Please sign in to comment.