Mercurial > hg
changeset 7187:a79d3f535809
spaces->tabs in one line of a C extension for consistency
author | Thomas Arendsen Hein <thomas@intevation.de> |
---|---|
date | Mon, 20 Oct 2008 14:53:53 +0200 |
parents | 98b6c3dde237 |
children | 1f07e2e86974 |
files | mercurial/bdiff.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/bdiff.c Sun Oct 19 19:49:56 2008 +0200 +++ b/mercurial/bdiff.c Mon Oct 20 14:53:53 2008 +0200 @@ -80,7 +80,7 @@ h = 0; for (p = a; p < a + len; p++) { /* Leonid Yuriev's hash */ - h = (h * 1664525) + *p + 1013904223; + h = (h * 1664525) + *p + 1013904223; if (*p == '\n' || p == plast) { l->h = h;