[jbig2-cvs] rev 370 - trunk

giles at ghostscript.com giles at ghostscript.com
Tue Dec 21 17:36:39 PST 2004


Author: giles
Date: 2004-12-21 17:36:38 -0800 (Tue, 21 Dec 2004)
New Revision: 370

Modified:
   trunk/jbig2_page.c
Log:
Trivial whitespace fix.


Modified: trunk/jbig2_page.c
===================================================================
--- trunk/jbig2_page.c	2004-12-21 22:59:04 UTC (rev 369)
+++ trunk/jbig2_page.c	2004-12-22 01:36:38 UTC (rev 370)
@@ -85,7 +85,7 @@
             index++;
             if (index >= ctx->max_page_index) { /* FIXME: should also look for freed pages? */
                 /* grow the list */
-                ctx->pages = jbig2_realloc(ctx->allocator, ctx->pages,
+		ctx->pages = jbig2_realloc(ctx->allocator, ctx->pages,
 			(ctx->max_page_index <<= 2) * sizeof(Jbig2Page));
                 for (j=index; j < ctx->max_page_index; j++) {
                     /* note to raph: and look, it gets worse! */



More information about the jbig2-cvs mailing list