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

Reply via email to