Comply to AMXX style for more consistency in 8f3605ea03d5
Former-commit-id: 3075e0b375fcede21f2055442305d1ffdb9b64fd
This commit is contained in:
@ -117,7 +117,7 @@ native str_to_num(const string[]);
|
||||
* If the value read is out of the range of representable values by a cell,
|
||||
* the function returns 'cellmin' or 'cellmax'.
|
||||
*/
|
||||
native strtol( const string[], &endPos = -1, base = 0 );
|
||||
native strtol(const string[], &endPos = -1, base = 0);
|
||||
|
||||
/* Converts float to string. */
|
||||
native float_to_str(Float:fl, string[], len);
|
||||
|
Reference in New Issue
Block a user