stas        2004/08/25 16:38:42

  Modified:    xs/APR/URI APR__URI.h
  Log:
  style fix
  
  Revision  Changes    Path
  1.10      +1 -1      modperl-2.0/xs/APR/URI/APR__URI.h
  
  Index: APR__URI.h
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/xs/APR/URI/APR__URI.h,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -u -r1.9 -r1.10
  --- APR__URI.h        25 Aug 2004 22:32:00 -0000      1.9
  +++ APR__URI.h        25 Aug 2004 23:38:42 -0000      1.10
  @@ -75,7 +75,7 @@
   {
       modperl_uri_t *uri = (modperl_uri_t *)apr_uri;
       
  -    if(uri->path_info) {
  +    if (uri->path_info) {
           int uri_len = strlen(uri->uri.path);
           int n = strlen(uri->path_info);
           int set = uri_len - n;
  
  
  

Reply via email to