diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-06-17 21:31:54 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-06-17 21:31:54 +0300 |
commit | dc81c59c99e911499f5c12b0ba21e54a96210ebe (patch) | |
tree | 9a0335150640c275480ea669e8d9fd42b6aaebdf /src/being.cpp | |
parent | 0387b5dfbc508587f9ce0b9b1c1f366520f11c0b (diff) | |
download | plus-dc81c59c99e911499f5c12b0ba21e54a96210ebe.tar.gz plus-dc81c59c99e911499f5c12b0ba21e54a96210ebe.tar.bz2 plus-dc81c59c99e911499f5c12b0ba21e54a96210ebe.tar.xz plus-dc81c59c99e911499f5c12b0ba21e54a96210ebe.zip |
Fix code style.
Diffstat (limited to 'src/being.cpp')
-rw-r--r-- | src/being.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/being.cpp b/src/being.cpp index 67a44c6cf..2ce0657fb 100644 --- a/src/being.cpp +++ b/src/being.cpp @@ -294,7 +294,6 @@ void Being::setSubtype(const uint16_t subtype, const uint8_t look) id, info.getColor(mLook)); } } - } } |