Loose Indentation Help.
#1

So, I got this FS. I had about 20 loose indentations, I fixed them all, now I only got 2 left. I tried multiple things, I just can't seem to get it. So, if any of you could please help me with this. I don't know what's causing the loose indentation.

Code:

Код:
    function xReactionProgress()
    {
        switch(xTestBusy)
            {
                case true:
                {
                        new
                            string[250]
                            ;
 			format(string, sizeof(string), "No one has won the reaction test. New one starting in %d minutes.", (TIME/60000));
 			SendClientMessageToAll(PURPLE, string);
			xReactionTimer = SetTimer("xReactionTest", TIME, 1);
            }
            }
			return 1;
    }
Reply


Messages In This Thread
Loose Indentation Help. - by nicholasramdhan - 28.03.2015, 20:20
Re: Loose Indentation Help. - by Vince - 28.03.2015, 20:34
Re: Loose Indentation Help. - by nicholasramdhan - 28.03.2015, 20:36
Re: Loose Indentation Help. - by mamorunl - 28.03.2015, 20:37
Re: Loose Indentation Help. - by Smileys - 28.03.2015, 20:39
Re: Loose Indentation Help. - by maximthepain - 28.03.2015, 20:56
Re: Loose Indentation Help. - by nicholasramdhan - 28.03.2015, 21:31

Forum Jump:


Users browsing this thread: 1 Guest(s)