summaryrefslogtreecommitdiff
path: root/src/shopitem.h
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2009-03-10 05:15:20 -0600
committerJared Adams <jaxad0127@gmail.com>2009-03-10 05:16:03 -0600
commit9e7dfd7397ed2c282015f4cc13c42598b6bb1f39 (patch)
treea3a947453d47b1588ca4c6cec730054066f4748b /src/shopitem.h
parent881f3c693e2ac4d17f2e7109a809d1bd4c2f62c6 (diff)
downloadmana-client-9e7dfd7397ed2c282015f4cc13c42598b6bb1f39.tar.gz
mana-client-9e7dfd7397ed2c282015f4cc13c42598b6bb1f39.tar.bz2
mana-client-9e7dfd7397ed2c282015f4cc13c42598b6bb1f39.tar.xz
mana-client-9e7dfd7397ed2c282015f4cc13c42598b6bb1f39.zip
Remove some tabs and trailing whitespace
Diffstat (limited to 'src/shopitem.h')
-rw-r--r--src/shopitem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shopitem.h b/src/shopitem.h
index 3b00a3c8..cbe0a06f 100644
--- a/src/shopitem.h
+++ b/src/shopitem.h
@@ -95,7 +95,7 @@ class ShopItem : public Item
* Reduces the quantity of the topmost duplicate by the specified
* amount. Also reduces the total quantity of this DuplicateItem.
* Empty duplicates are automatically removed.
- *
+ *
* If the amount is bigger than the quantity of the current topmost,
* only sell as much as possible. Returns the amount actually sold (do
* not ignore the return value!)