1233 Warnings, reason: loose indentation
#3

Make sure the code is properly alligned.

Bad Way.
Код:
public OnGameModeExit()
{
CreateObject(...);
    return 1;
}
Good Way.
Код:
public OnGameModeExit()
{
    CreateObject(...);
    return 1;
}
Reply


Messages In This Thread
1233 Warnings, reason: loose indentation - by Admireal - 14.10.2018, 13:13
Re: 1233 Warnings, reason: loose indentation - by Boarden - 14.10.2018, 13:15
Re: 1233 Warnings, reason: loose indentation - by Xhizors - 14.10.2018, 13:17
Re: 1233 Warnings, reason: loose indentation - by Admireal - 14.10.2018, 13:19
Re: 1233 Warnings, reason: loose indentation - by v1k1nG - 14.10.2018, 13:21
Re: 1233 Warnings, reason: loose indentation - by Xhizors - 14.10.2018, 13:21
Re: 1233 Warnings, reason: loose indentation - by Flofey - 14.10.2018, 13:32
Re: 1233 Warnings, reason: loose indentation - by Admireal - 15.10.2018, 14:44
Re: 1233 Warnings, reason: loose indentation - by KinderClans - 15.10.2018, 15:43
Re: 1233 Warnings, reason: loose indentation - by DIRTYBYT3 - 15.10.2018, 19:19

Forum Jump:


Users browsing this thread: 2 Guest(s)