summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemprop.cc
diff options
context:
space:
mode:
authorNeil Moore <neil@s-z.org>2014-07-13 04:13:59 -0400
committerNeil Moore <neil@s-z.org>2014-07-13 04:14:01 -0400
commit7a1f68f5395443fff466645b0e2f1e6749a13c34 (patch)
tree261f0a0a4166dbee9df17f1f918e29d7c3cd5454 /crawl-ref/source/itemprop.cc
parentacd6406a09e77b4b2eb92d8a918bddce04e91e3b (diff)
downloadcrawl-ref-7a1f68f5395443fff466645b0e2f1e6749a13c34.tar.gz
crawl-ref-7a1f68f5395443fff466645b0e2f1e6749a13c34.zip
Compress blank lines.
All the sequences of three or more blank lines. If they looked like they separated sections, use two lines; otherwise use one.
Diffstat (limited to 'crawl-ref/source/itemprop.cc')
-rw-r--r--crawl-ref/source/itemprop.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/crawl-ref/source/itemprop.cc b/crawl-ref/source/itemprop.cc
index 065cf8d333..75f55c4ac4 100644
--- a/crawl-ref/source/itemprop.cc
+++ b/crawl-ref/source/itemprop.cc
@@ -1520,8 +1520,6 @@ skill_type item_attack_skill(object_class_type wclass, int wtype)
return item_attack_skill(wpn);
}
-
-
/**
* Returns the skill used by the given item to attack in melee.
*
@@ -1808,7 +1806,6 @@ int ammo_type_damage(int missile_type)
}
-
//
// Reaching functions:
//