From 17016090e38cc44e58517129278c28dd7943b4cc Mon Sep 17 00:00:00 2001 From: Loïc Blot Date: Mon, 9 Oct 2017 11:32:06 +0200 Subject: Travis: Update clang from 4.0 to 5.0 (#6467) * Update clang from 4.0 to 5.0 --- src/profiler.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/profiler.cpp') diff --git a/src/profiler.cpp b/src/profiler.cpp index 738a5b7e3..f8d4fc181 100644 --- a/src/profiler.cpp +++ b/src/profiler.cpp @@ -22,8 +22,9 @@ with this program; if not, write to the Free Software Foundation, Inc., static Profiler main_profiler; Profiler *g_profiler = &main_profiler; ScopeProfiler::ScopeProfiler( - Profiler *profiler, const std::string &name, ScopeProfilerType type) - : m_profiler(profiler), m_name(name), m_type(type) + Profiler *profiler, const std::string &name, ScopeProfilerType type) : + m_profiler(profiler), + m_name(name), m_type(type) { if (m_profiler) m_timer = new TimeTaker(m_name); -- cgit v1.2.3