fixed spacing and line endings

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401798
This commit is contained in:
David Anderson 2007-12-14 06:19:42 +00:00
parent af2142d70b
commit 8ffeb9f627

View File

@ -705,7 +705,8 @@ stock bool:IsValidConVarChar(c)
* Returns the bitstring of flags of a command.
*
* @param name Name of the command.
* @return A bitstring containing the FCVAR_* flags that are enabled or INVALID_FCVAR_FLAGS if command not found.
* @return A bitstring containing the FCVAR_* flags that are enabled
* or INVALID_FCVAR_FLAGS if command not found.
*/
native GetCommandFlags(const String:name[]);