From: Fabian Keil Date: Fri, 12 Jan 2007 15:41:00 +0000 (+0000) Subject: Remove some white space at EOL. X-Git-Tag: v_3_0_7~392 X-Git-Url: http://www.privoxy.org/gitweb/misc.html?a=commitdiff_plain;h=2ea445791e6e23bc759c7e8a5bc4837391016c53;p=privoxy.git Remove some white space at EOL. --- diff --git a/deanimate.h b/deanimate.h index 71cb5479..906dcfc3 100644 --- a/deanimate.h +++ b/deanimate.h @@ -1,9 +1,9 @@ #ifndef DEANIMATE_H_INCLUDED #define DEANIMATE_H_INCLUDED -#define DEANIMATE_H_VERSION "$Id: deanimate.h,v 1.8.2.1 2004/10/03 12:53:32 david__schmidt Exp $" +#define DEANIMATE_H_VERSION "$Id: deanimate.h,v 1.10 2006/07/18 14:48:45 david__schmidt Exp $" /********************************************************************* * - * File : $Source: /cvsroot/ijbswa/current/Attic/deanimate.h,v $ + * File : $Source: /cvsroot/ijbswa/current/deanimate.h,v $ * * Purpose : Declares functions to manipulate binary images on the * fly. High-level functions include: @@ -44,6 +44,10 @@ * * Revisions : * $Log: deanimate.h,v $ + * Revision 1.10 2006/07/18 14:48:45 david__schmidt + * Reorganizing the repository: swapping out what was HEAD (the old 3.1 branch) + * with what was really the latest development (the v_3_0_branch branch) + * * Revision 1.8.2.1 2004/10/03 12:53:32 david__schmidt * Add the ability to check jpeg images for invalid * lengths of comment blocks. Defensive strategy @@ -88,9 +92,9 @@ extern "C" { */ struct binbuffer { - char *buffer; - size_t offset; - size_t size; + char *buffer; + size_t offset; + size_t size; }; /*