jerenkrantz    02/04/30 01:28:27

  Modified:    misc     apr_rmm.c
  Log:
  The style police have been called back to the scene of the crime.
  
  Revision  Changes    Path
  1.14      +2 -2      apr-util/misc/apr_rmm.c
  
  Index: apr_rmm.c
  ===================================================================
  RCS file: /home/cvs/apr-util/misc/apr_rmm.c,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- apr_rmm.c 30 Apr 2002 08:26:47 -0000      1.13
  +++ apr_rmm.c 30 Apr 2002 08:28:27 -0000      1.14
  @@ -111,8 +111,8 @@
       while (next) {
           struct rmm_block_t *blk = (rmm_block_t*)((char*)rmm->base + next);
   
  -    if (blk->size == size)
  -        return next;
  +        if (blk->size == size)
  +            return next;
   
           if (blk->size >= size) {
               /* XXX: sub optimal algorithm 
  
  
  

Reply via email to