From 11ab2028277167a5ed9592ff13d4090ce4d60109 Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Sat, 31 Oct 2009 11:06:33 -0500 Subject: Add whitespace fixes. --- crawl-ref/source/exclude.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crawl-ref/source/exclude.cc') diff --git a/crawl-ref/source/exclude.cc b/crawl-ref/source/exclude.cc index 7c23cf55af..8647822693 100644 --- a/crawl-ref/source/exclude.cc +++ b/crawl-ref/source/exclude.cc @@ -63,7 +63,7 @@ void set_auto_exclude(const monsters *mon) learned_something_new(TUT_AUTO_EXCLUSION, mon->pos()); } } - + // Clear auto exclusion if the monster is killed or wakes up with the // player in sight. If sleepy is true, stationary monsters are ignored. void remove_auto_exclude(const monsters *mon, bool sleepy) @@ -383,7 +383,7 @@ void marshallExcludes(writer& outf, const exclvec& excludes) } void unmarshallExcludes(reader& inf, char minorVersion, exclvec &excludes) -{ +{ excludes.clear(); int nexcludes = unmarshallShort(inf); if (nexcludes) -- cgit v1.2.3-54-g00ecf