[prev in list] [next in list] [prev in thread] [next in thread] 

List:       turbine-torque-dev
Subject:    Re: svn commit: r586154 - /db/torque/runtime/trunk/src/java/org/apache/torque/adapter/DBSybase.java
From:       Scott Eade <seade () backstagetech ! com ! au>
Date:       2007-10-18 22:16:27
Message-ID: 4717DB3B.8010805 () backstagetech ! com ! au
[Download RAW message or body]

gmonroe@apache.org wrote:
> +        if ( limit < 0 && offset >= 0 ) { // Offset only test
> +            return;
> +        }
>   
Just a nit pick.  Following our coding standard this should be:

if (limit < 0 && offset >= 0) // Offset only test
{
    return;
}

i.e. no spaces within the if brackets and the open brace on a new line.

Scott


---------------------------------------------------------------------
To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic