Fix double comparison

Fabrice's earlier change to hb_utf16_script_run_prev also applies to
hb_utf16_script_run_next, essentially replacing a == b == c with
a == c && b == c.

Change-Id: I996bdac2837ceb061792d6fc20ce9e2d3f2c9480
1 file changed