You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by je...@apache.org on 2004/09/23 00:25:45 UTC

cvs commit: httpd-2.0/modules/experimental cache_storage.c

jerenkrantz    2004/09/22 15:25:45

  Modified:    modules/experimental cache_storage.c
  Log:
  Cleanup a style nit.  No functional changes.
  
  Revision  Changes    Path
  1.38      +1 -1      httpd-2.0/modules/experimental/cache_storage.c
  
  Index: cache_storage.c
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/experimental/cache_storage.c,v
  retrieving revision 1.37
  retrieving revision 1.38
  diff -u -u -r1.37 -r1.38
  --- cache_storage.c	21 Sep 2004 22:56:23 -0000	1.37
  +++ cache_storage.c	22 Sep 2004 22:25:45 -0000	1.38
  @@ -71,7 +71,7 @@
       cache_request_rec *cache = (cache_request_rec *) 
                            ap_get_module_config(r->request_config, &cache_module);
   
  -    rv =  cache_generate_key(r,r->pool,&key);
  +    rv = cache_generate_key(r, r->pool, &key);
       if (rv != APR_SUCCESS) {
           return rv;
       }