Removed all whitespace (tabs and spaces) from EOL's. How did we get so many? --Rumble
This commit is contained in:
@@ -129,7 +129,7 @@ void list_skills(struct char_data *ch)
|
||||
len = snprintf(buf2, sizeof(buf2), "You have %d practice session%s remaining.\r\n"
|
||||
"You know of the following %ss:\r\n", GET_PRACTICES(ch),
|
||||
GET_PRACTICES(ch) == 1 ? "" : "s", SPLSKL(ch));
|
||||
|
||||
|
||||
for (sortpos = 1; sortpos <= MAX_SKILLS; sortpos++) {
|
||||
i = spell_sort_info[sortpos];
|
||||
if (GET_LEVEL(ch) >= spell_info[i].min_level[(int) GET_CLASS(ch)]) {
|
||||
|
||||
Reference in New Issue
Block a user