OSSP CVS Repository

ossp - Check-in [2622]
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [Patchset]  [Tagging/Branching

Check-in Number: 2622
Date: 2002-Oct-18 16:12:11 (local)
2002-Oct-18 14:12:11 (UTC)
User:mlelstv
Branch:
Comment: beautification

PR: Submitted by: Reviewed by: Approved by: Obtained from:

Tickets:
Inspections:
Files:
ossp-pkg/sio/al.c      1.26 -> 1.27     2 inserted, 2 deleted

ossp-pkg/sio/al.c 1.26 -> 1.27

--- al.c 2002/10/18 12:41:20     1.26
+++ al.c 2002/10/18 14:12:11     1.27
@@ -82,8 +82,8 @@
     char             *mem;             /* reference to underlying chunk of data */
     size_t            size;            /* size of underlying chunk of data */
     int               usecount;        /* reference count (from al_chunk_t) */
-    void           (*freemem)(char *p, size_t n, void *u); /* callback function to reclaim memory when it is no longer referenced */
-    void           *userdata;          /* arbitrary pointer to pass context data to the callback function */
+    void            (*freemem)(char *p, size_t n, void *u); /* callback function to reclaim memory when it is no longer referenced */
+    void             *userdata;          /* arbitrary pointer to pass context data to the callback function */
 };
 
 struct al_tx_st {

CVSTrac 2.0.1