[Patch] Testing loads of cygwin1.dll from MinGW and MSVC

Christopher Faylor cgf-no-personal-reply-please@cygwin.com
Mon Jun 6 20:06:00 GMT 2005


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



More information about the Cygwin-patches mailing list