Whitespace

This commit is contained in:
TingPing
2013-03-24 04:23:17 -04:00
parent ba55e90465
commit 3dacb89ea1
2 changed files with 4 additions and 4 deletions

View File

@@ -28,7 +28,7 @@ typedef struct banlist_info_s banlist_info;
typedef struct mode_info_s {
char *name; /* Checkbox name, e.g. "Bans" */
char *type; /* Type for type column, e.g. "Ban" */
char *type; /* Type for type column, e.g. "Ban" */
char letter; /* /mode-command letter, e.g. 'b' for MODE_BAN */
int code; /* rfc RPL_foo code, e.g. 367 for RPL_BANLIST */
int endcode; /* rfc RPL_ENDOFfoo code, e.g. 368 for RPL_ENDOFBANLIST */