summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tilereg-skl.cc
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2010-11-28 11:29:27 -0600
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2010-11-28 11:29:27 -0600
commit29ce9f581a44be12f2d681ddc9b4633bd079786c (patch)
treec724ecdb42c9a5f613eefdfaaca58ba5f83d2b32 /crawl-ref/source/tilereg-skl.cc
parentba77be05cf2684b194c6efd07ec01df522301912 (diff)
downloadcrawl-ref-29ce9f581a44be12f2d681ddc9b4633bd079786c.tar.gz
crawl-ref-29ce9f581a44be12f2d681ddc9b4633bd079786c.zip
Add whitespace fixes.
Diffstat (limited to 'crawl-ref/source/tilereg-skl.cc')
-rw-r--r--crawl-ref/source/tilereg-skl.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/crawl-ref/source/tilereg-skl.cc b/crawl-ref/source/tilereg-skl.cc
index 4761eabc26..9a4fca975e 100644
--- a/crawl-ref/source/tilereg-skl.cc
+++ b/crawl-ref/source/tilereg-skl.cc
@@ -42,9 +42,9 @@ void SkillRegion::draw_tag()
const int apt = species_apt(skill, you.species);
std::string desc = make_stringf("%-14s Skill %2d Aptitude %c%d",
skill_name(skill),
- you.skills[skill],
- apt > 0 ? '+' : ' ',
- apt);
+ you.skills[skill],
+ apt > 0 ? '+' : ' ',
+ apt);
draw_desc(desc.c_str());
}
@@ -186,7 +186,7 @@ void SkillRegion::update()
for (int idx = 0; idx < NUM_SKILLS; ++idx)
{
- const skill_type skill = (skill_type) idx;
+ const skill_type skill = (skill_type) idx;
if (skill > SK_UNARMED_COMBAT && skill < SK_SPELLCASTING)
continue;