summaryrefslogtreecommitdiff
path: root/src/resources/dye
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-11-05 01:09:30 +0300
committerAndrei Karas <akaras@inbox.ru>2018-11-05 01:09:30 +0300
commit485e9bb12bf5dda318ac0ccbf1d2a1cd86cf8c70 (patch)
treece74f5a2fb646439cb58c2d85bc67ff29b70dbb7 /src/resources/dye
parent33f4a30373c8978d4e4f29422a5b0132fd14a0ec (diff)
downloadplus-485e9bb12bf5dda318ac0ccbf1d2a1cd86cf8c70.tar.gz
plus-485e9bb12bf5dda318ac0ccbf1d2a1cd86cf8c70.tar.bz2
plus-485e9bb12bf5dda318ac0ccbf1d2a1cd86cf8c70.tar.xz
plus-485e9bb12bf5dda318ac0ccbf1d2a1cd86cf8c70.zip
Fix code style.
Diffstat (limited to 'src/resources/dye')
-rw-r--r--src/resources/dye/dye.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/resources/dye/dye.cpp b/src/resources/dye/dye.cpp
index 0e8f87a78..df4d165cc 100644
--- a/src/resources/dye/dye.cpp
+++ b/src/resources/dye/dye.cpp
@@ -105,7 +105,8 @@ void Dye::instantiate(std::string &restrict target,
std::ostringstream s;
s << target.substr(0, next_pos);
- size_t last_pos = target.length(), pal_pos = 0;
+ size_t last_pos = target.length();
+ size_t pal_pos = 0;
do
{
const size_t pos = next_pos;