This is the mail archive of the cygwin-patches@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] Testing loads of cygwin1.dll from MinGW and MSVC


On Mon, Jun 06, 2005 at 12:03:07PM -0700, Max Kaehn wrote:
>This patch contains a revised version of the "cygload" test utility,
>this time with better adherence to cygwin naming and indentation.

Sorry, Max, but this is still using K&R indentation.  Cygwin uses:

  if (x)
    {
      y;
    }

not

  if (x) {
    y;
  }

cgf


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