[PATCH] performance patch for /proc/registry

Corinna Vinschen vinschen@redhat.com
Tue Mar 25 20:23:00 GMT 2003


On Tue, Mar 25, 2003 at 02:45:18PM -0500, Christopher Faylor wrote:
> Would you mind sending cygwin patches to the cygwin-patches mailing list?
> 
> Other than that, I hope that Chris January and Pierre/Corinna will comment.

First comment:  The formatting is incorrect.  Please look into the
surrounding code and try to conform with that, e. g.

 if ()
   {
     foo
   }
 else
   {
     bar
   }

but neither

  if () {
      foo
  } else {
      bar
  }

nor

  if ()
  {
    foo
  }
  else
  {
    bar
  }


Thanks,
Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Developer                                mailto:cygwin@cygwin.com
Red Hat, Inc.



More information about the Cygwin-developers mailing list