summaryrefslogtreecommitdiffstats
path: root/executor.cpp
diff options
context:
space:
mode:
authorfireice-uk <fireice2@o2.pl>2017-04-10 17:25:20 +0100
committerfireice-uk <fireice2@o2.pl>2017-04-10 17:25:20 +0100
commit9d45a167e91f6c26173fc5309c23f5a103cafcae (patch)
treec35970c6a7aa8de35bfbb9fa240e453404cf3e99 /executor.cpp
parenta01ce971c81253de59f2b7cc0c6f1a5dcdd395b8 (diff)
downloadxmr-stak-9d45a167e91f6c26173fc5309c23f5a103cafcae.zip
xmr-stak-9d45a167e91f6c26173fc5309c23f5a103cafcae.tar.gz
rv pre-inc to common style
Diffstat (limited to 'executor.cpp')
-rw-r--r--executor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/executor.cpp b/executor.cpp
index 8f5a2a9..af10811 100644
--- a/executor.cpp
+++ b/executor.cpp
@@ -83,7 +83,7 @@ void executor::ex_clock_thd()
ev = lTimedEvents.erase(ev);
}
else
- ++ev;
+ ev++;
}
lck.unlock();
OpenPOWER on IntegriCloud