(svn r15711) -Codechange: lots of whitespace cleanup/fixes

This commit is contained in:
rubidium
2009-03-14 18:16:29 +00:00
parent 1692ce8312
commit 9d018723b7
53 changed files with 368 additions and 368 deletions

View File

@@ -318,7 +318,7 @@ public:
/* Then, try townnames */
/* Not that the following assumes all town indices are adjacent, ie no
* towns have been deleted. */
* towns have been deleted. */
if (*item <= (uint)MAX_CLIENT_SLOTS + GetMaxTownIndex()) {
const Town *t;
@@ -375,7 +375,7 @@ public:
if (_chat_tab_completion_active) {
/* We are pressing TAB again on the same name, is there an other name
* that starts with this? */
* that starts with this? */
if (!second_scan) {
size_t offset;
size_t length;