This is the mail archive of the cygwin-developers@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] performance patch for /proc/registry


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 at cygwin dot com
Red Hat, Inc.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]