| www.delorie.com/archives/browse.cgi | search |
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.
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |