From 24c3e313f3c05f044f19ff318c11f7bedc6da624 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Sun, 7 Feb 2016 12:24:36 +0100 Subject: [PATCH] fix indentation to please gcc 6 --- src/surf/cpu_ti.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)); -- 2.20.1