Loose Indentation
#3

This is one of the examples:
pawn Код:
if(PlayerInfo[i][pCarTime] > 0)
                 {
                if(PlayerInfo[i][pCarTime] <= 0)
                {
                     PlayerInfo[i][pCarTime] = 0;
                }
                else
                {
                    PlayerInfo[i][pCarTime] -= 1;
                }
            }
The brackets aren't lined up accordingly. Line them up and the warnings will disappear.

AMG, don't encourage lazy coding!
Reply


Messages In This Thread
Loose Indentation - by Master™ - 09.07.2010, 14:26
Re: Loose Indentation - by [XST]O_x - 09.07.2010, 14:27
Re: Loose Indentation - by Grim_ - 09.07.2010, 14:28
Re: Loose Indentation - by Hiddos - 09.07.2010, 14:28
Re: Loose Indentation - by Cameltoe - 09.07.2010, 14:28
Re: Loose Indentation - by Jeffry - 09.07.2010, 14:30
Re: Loose Indentation - by Master™ - 09.07.2010, 14:36
Re: Loose Indentation - by Grim_ - 09.07.2010, 14:37
Re: Loose Indentation - by Jeffry - 09.07.2010, 14:39
Re: Loose Indentation - by Hiddos - 09.07.2010, 14:41

Forum Jump:


Users browsing this thread: 1 Guest(s)