Skip to content

Commit

Permalink
Merge pull request microsoft#45 from devosb/master
Browse files Browse the repository at this point in the history
Remove extra parenthesis
  • Loading branch information
HinTak authored Oct 26, 2018
2 parents ffbf41b + 9a3d26e commit 29083a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OTFontFileVal/OTLVal.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1007,7 +1007,7 @@ public bool Validate(Validator v, string sIdentity, OTTable table)
else
{

if ( (DeltaFormat >= 1 || DeltaFormat <= 3) {
if (DeltaFormat >= 1 || DeltaFormat <= 3) {
// check that DeltaValue array doesn't extend past the end of the table
int nSizes = EndSize - StartSize + 1;
int nValuesPerUint = 16 >> DeltaFormat;
Expand Down

0 comments on commit 29083a5

Please sign in to comment.