Re: rp - r24369 - abiword/branches/gsoc2008styles/src/wp/ap/xp

From: Ryan Pavlik <abiryan_at_ryand.net>
Date: Wed Jul 16 2008 - 00:06:13 CEST

Hubert Figuiere wrote:
>>
>> + // Remove trailing semicolon
>> + if (sProps.size() > 0 && sProps[sProps.size()-1] == ';') sProps.resize(sProps.size()-1);
>> +
>>
>
>
> Please, the correct use of if is this way:
>
> if(condition)
> statement;
>
> Or even better
>
> if(condition)
> {
> statement;
> }
>
>
> Hub
>
>
>
Thanks, will fix.

-- 
Ryan Pavlik
www.cleardefinition.com
#282  +  (442) -  [X]
A programmer started to cuss
Because getting to sleep was a fuss
As he lay there in bed
Looping 'round in his head
was: while(!asleep()) sheep++;
Received on Wed Jul 16 00:06:31 2008

This archive was generated by hypermail 2.1.8 : Wed Jul 16 2008 - 00:06:32 CEST