diff options
author | Jared Adams <jaxad0127@gmail.com> | 2009-03-10 05:15:20 -0600 |
---|---|---|
committer | Ira Rice <irarice@gmail.com> | 2009-03-10 07:28:35 -0600 |
commit | 2d6e867ba8306bc662b9cf42dd403f2ebcb140a6 (patch) | |
tree | a88d742f4acbeacf909bc80b837cb64bbae06580 /src/gui/shop.h | |
parent | b1c08a56778308897b2a46d6111084044583de0e (diff) | |
download | mana-client-2d6e867ba8306bc662b9cf42dd403f2ebcb140a6.tar.gz mana-client-2d6e867ba8306bc662b9cf42dd403f2ebcb140a6.tar.bz2 mana-client-2d6e867ba8306bc662b9cf42dd403f2ebcb140a6.tar.xz mana-client-2d6e867ba8306bc662b9cf42dd403f2ebcb140a6.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 26a9429d..118847f9 100644 --- a/src/gui/shop.h +++ b/src/gui/shop.h @@ -38,7 +38,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 |