From 8ffeb9f6271b842946c5a79b36ec10c66bc60f60 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Fri, 14 Dec 2007 06:19:42 +0000 Subject: [PATCH] fixed spacing and line endings --HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401798 --- plugins/include/console.inc | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/plugins/include/console.inc b/plugins/include/console.inc index 919ab59a..f3934ee2 100644 --- a/plugins/include/console.inc +++ b/plugins/include/console.inc @@ -704,16 +704,17 @@ 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. + * @param name Name of the command. + * @return A bitstring containing the FCVAR_* flags that are enabled + * or INVALID_FCVAR_FLAGS if command not found. */ native GetCommandFlags(const String:name[]); /** * Sets the bitstring of flags of a command. * - * @param name Name of the command. - * @param flags A bitstring containing the FCVAR_* flags to enable. + * @param name Name of the command. + * @param flags A bitstring containing the FCVAR_* flags to enable. * @return True on success, otherwise false. */ native bool:SetCommandFlags(const String:name[], flags);