summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/describe.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2007-12-07 07:15:54 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2007-12-07 07:15:54 +0000
commit8f93a07ab1116805fc854207462861e02808d9bb (patch)
tree13607c8515eadd5312dfc237d128a895bdb108fe /crawl-ref/source/describe.cc
parentee19f1ad5c1a6bd5589fa76f42f8dc28d8dda844 (diff)
downloadcrawl-ref-8f93a07ab1116805fc854207462861e02808d9bb.tar.gz
crawl-ref-8f93a07ab1116805fc854207462861e02808d9bb.zip
Add a few last whitespace fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3017 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/describe.cc')
-rw-r--r--crawl-ref/source/describe.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/describe.cc b/crawl-ref/source/describe.cc
index c2765db928..252d04042b 100644
--- a/crawl-ref/source/describe.cc
+++ b/crawl-ref/source/describe.cc
@@ -1841,7 +1841,7 @@ std::string get_item_description( const item_def &item, bool verbose,
{
std::string db_name = item.name(DESC_DBNAME, true, false, false);
std::string db_desc = getLongDescription(db_name);
-
+
if (db_desc == "")
{
if (item_type_known(item))