diff --git a/src/ccstruct/pageres.cpp b/src/ccstruct/pageres.cpp index b680db4f62..0982cc152a 100644 --- a/src/ccstruct/pageres.cpp +++ b/src/ccstruct/pageres.cpp @@ -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;