From 015a27bb4e43c2376829e5d6c6f545aba9102bf7 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Fri, 7 Feb 2025 02:29:08 +0100 Subject: [PATCH] Cosmetics. --- profiler/src/profiler/TracySourceView.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/profiler/src/profiler/TracySourceView.cpp b/profiler/src/profiler/TracySourceView.cpp index 69d7b165..6ea82ae5 100644 --- a/profiler/src/profiler/TracySourceView.cpp +++ b/profiler/src/profiler/TracySourceView.cpp @@ -1235,10 +1235,10 @@ void SourceView::RenderSymbolView( Worker& worker, View& view ) } if( m_calcInlineStats ) { - ImGui::SameLine(); - ImGui::AlignTextToFramePadding(); - TextColoredUnformatted( ImVec4( 1.f, 1.f, 0.2f, 1.f ), ICON_FA_TRIANGLE_EXCLAMATION ); - TooltipIfHovered( "Context is limited to an inline function" ); + ImGui::SameLine(); + ImGui::AlignTextToFramePadding(); + TextColoredUnformatted( ImVec4( 1.f, 1.f, 0.2f, 1.f ), ICON_FA_TRIANGLE_EXCLAMATION ); + TooltipIfHovered( "Context is limited to an inline function" ); } }