From: Martin Quinson Date: Sun, 7 Feb 2016 11:24:36 +0000 (+0100) Subject: fix indentation to please gcc 6 X-Git-Tag: v3_13~959 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/24c3e313f3c05f044f19ff318c11f7bedc6da624?ds=sidebyside fix indentation to please gcc 6 --- diff --git a/src/surf/cpu_ti.cpp b/src/surf/cpu_ti.cpp index 1cd22a7429..01beca94e6 100644 --- a/src/surf/cpu_ti.cpp +++ b/src/surf/cpu_ti.cpp @@ -839,8 +839,8 @@ int CpuTiAction::unref() { m_refcount--; if (!m_refcount) { - if (action_hook.is_linked()) - getStateSet()->erase(getStateSet()->iterator_to(*this)); + if (action_hook.is_linked()) + getStateSet()->erase(getStateSet()->iterator_to(*this)); /* remove from action_set */ if (action_ti_hook.is_linked()) p_cpu->p_actionSet->erase(p_cpu->p_actionSet->iterator_to(*this));