freetype-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [freetype2] anuj-distance-field d5a98b1 4/4: [sdf] Added functions t


From: Werner LEMBERG
Subject: Re: [freetype2] anuj-distance-field d5a98b1 4/4: [sdf] Added functions to solve polynomial equations.
Date: Tue, 30 Jun 2020 15:32:25 +0200 (CEST)

> +      if ( b == 0 )
> +      {
> +        return 0;
> +      }

A minor thing: If there is a single statement in the block, the
FreeType formatting is rather

  if ( b == 0 )
    return 0;


      Werner



reply via email to

[Prev in Thread] Current Thread [Next in Thread]