[base] minor spacing

This commit is contained in:
Ebrahim Byagowi 2019-07-28 02:21:54 +04:30 committed by GitHub
parent 0a18efd766
commit eddd456532
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -195,8 +195,8 @@ struct FeatMinMaxRecord
struct MinMax struct MinMax
{ {
void get_min_max (hb_tag_t feature_tag, void get_min_max (hb_tag_t feature_tag,
const BaseCoord **min, const BaseCoord **min,
const BaseCoord **max) const const BaseCoord **max) const
{ {
/* TODO Replace hb_bsearch() with .bsearch(). */ /* TODO Replace hb_bsearch() with .bsearch(). */
const FeatMinMaxRecord *minMaxCoord = (const FeatMinMaxRecord *) const FeatMinMaxRecord *minMaxCoord = (const FeatMinMaxRecord *)
@ -412,9 +412,9 @@ struct BaseScriptList
struct Axis struct Axis
{ {
bool get_baseline (hb_ot_layout_baseline_t baseline, bool get_baseline (hb_ot_layout_baseline_t baseline,
hb_tag_t script_tag, hb_tag_t script_tag,
hb_tag_t language_tag, hb_tag_t language_tag,
const BaseCoord **coord) const const BaseCoord **coord) const
{ {
const BaseScript &base_script = (this+baseScriptList).get_base_script (script_tag); const BaseScript &base_script = (this+baseScriptList).get_base_script (script_tag);
if (base_script.is_empty ()) return false; if (base_script.is_empty ()) return false;