# HG changeset patch # User ods15 # Date 1159769294 0 # Node ID 9f99e471bf7298dbeacf71cdadb112c8f4f1c809 # Parent 7fffd3ab056ab4e92833d42e5dcf6a5263f640b4 Original Commit: r72 | ods15 | 2006-09-28 21:00:47 +0300 (Thu, 28 Sep 2006) | 2 lines cosmetic diff -r 7fffd3ab056a -r 9f99e471bf72 vorbis_enc.c --- a/vorbis_enc.c Mon Oct 02 06:08:11 2006 +0000 +++ b/vorbis_enc.c Mon Oct 02 06:08:14 2006 +0000 @@ -834,11 +834,11 @@ assert(!(psize % book->ndimentions)); if (rc->type == 0) { - for (k = 0; k < psize; k += book->ndimentions) { - float * a = put_vector(book, pb, &buf[k]); - int l; - for (l = 0; l < book->ndimentions; l++) buf[k + l] -= a[l]; - } + for (k = 0; k < psize; k += book->ndimentions) { + float * a = put_vector(book, pb, &buf[k]); + int l; + for (l = 0; l < book->ndimentions; l++) buf[k + l] -= a[l]; + } } else { for (k = 0; k < psize; k += book->ndimentions) { int dim = book->ndimentions, s = rc->begin + p * psize, l;