On Mar 3, 2014 3:16 AM, "Charles R Harris" <[email protected]>
wrote:
>
> This is from OS X 9
>
>     if ((err = SSLHashSHA1.update(&hashCtx, &serverRandom)) != 0)
>         goto fail;
>     if ((err = SSLHashSHA1.update(&hashCtx, &signedParams)) != 0)
>         goto fail;
>         goto fail;
>     if ((err = SSLHashSHA1.final(&hashCtx, &hashOut)) != 0)
>         goto fail;
>
> Heh, maybe there is a reason for braces in even the simplest if
statements.
>
> Chuck

Not to mention static code analyzers.
_______________________________________________
NumPy-Discussion mailing list
[email protected]
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to