From fc854786ed73fe768d6a3ca22c02f7013560a930 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 1 Aug 2012 21:35:49 +0300 Subject: Fix code style. --- src/being.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/being.cpp') diff --git a/src/being.cpp b/src/being.cpp index 094f01c66..e230d5a5a 100644 --- a/src/being.cpp +++ b/src/being.cpp @@ -2419,7 +2419,7 @@ void Being::searchSlotValueItr(std::vector::iterator &it, int &idx, // logger->log("found at %d", idx); return; } - it ++; + ++ it; idx ++; } // logger->log("not found"); -- cgit v1.2.3-70-g09d2