Skip to content

Commit

Permalink
Format code (3rd iteration)
Browse files Browse the repository at this point in the history
It was formatted using
clang-format-7 -i -style=Google $(find -name "*.h" -o -name "*.cpp")

Signed-off-by: Stefan Weil <[email protected]>
  • Loading branch information
stweil committed May 24, 2018
1 parent dc4d672 commit beeba3e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/ccstruct/pageres.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ CLISTIZE(BLOCK_RES)
ELISTIZE(ROW_RES)
ELISTIZE(WERD_RES)

// Gain factor for computing thresholds that determine the ambiguity of a
// word.
static const double kStopperAmbiguityThresholdGain = 8.0;
// Gain factor for computing thresholds that determine the ambiguity of a
// word.
static const double kStopperAmbiguityThresholdGain = 8.0;
// Constant offset for computing thresholds that determine the ambiguity of a
// word.
static const double kStopperAmbiguityThresholdOffset = 1.5;
Expand Down

0 comments on commit beeba3e

Please sign in to comment.