diff options
author | Jared Adams <jaxad0127@gmail.com> | 2009-03-10 05:15:20 -0600 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2009-03-10 05:16:03 -0600 |
commit | 9e7dfd7397ed2c282015f4cc13c42598b6bb1f39 (patch) | |
tree | a3a947453d47b1588ca4c6cec730054066f4748b /src/gui/shop.h | |
parent | 881f3c693e2ac4d17f2e7109a809d1bd4c2f62c6 (diff) | |
download | mana-9e7dfd7397ed2c282015f4cc13c42598b6bb1f39.tar.gz mana-9e7dfd7397ed2c282015f4cc13c42598b6bb1f39.tar.bz2 mana-9e7dfd7397ed2c282015f4cc13c42598b6bb1f39.tar.xz mana-9e7dfd7397ed2c282015f4cc13c42598b6bb1f39.zip |
Remove some tabs and trailing whitespace
Diffstat (limited to 'src/gui/shop.h')
-rw-r--r-- | src/gui/shop.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/shop.h b/src/gui/shop.h index faffe7e3..0c900d9d 100644 --- a/src/gui/shop.h +++ b/src/gui/shop.h @@ -37,7 +37,7 @@ class ShopItem; * The addItem routine can automatically check, if an item already exists and * only adds duplicates to the old item, if one is found. The original * distribution of the duplicates can be retrieved from the item. - * + * * This functionality can be enabled in the constructor. */ class ShopItems : public gcn::ListModel |