"warning 217: loose indentation"
#4

Loose indentation means that several things are misplaced.
Example:

pawn Код:
public OnGameModeInit()
{
    return 1;
   }//This one is too far out.

public OnGameModeInit()
{
    return 1;
}//While this is correct.
Get my point?
An extra space/tab will give you the warning =)
Reply


Messages In This Thread
"warning 217: loose indentation" - by IvanSb - 05.08.2014, 14:45
Re: "warning 217: loose indentation" - by Stinged - 05.08.2014, 15:14
Re: "warning 217: loose indentation" - by IvanSb - 05.08.2014, 18:33
Re: "warning 217: loose indentation" - by Weaselpwns - 05.08.2014, 18:36
Re: "warning 217: loose indentation" - by IvanSb - 05.08.2014, 22:32

Forum Jump:


Users browsing this thread: 1 Guest(s)