1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Cosmetics.

This commit is contained in:
Bartosz Taudul
2022-07-02 13:59:54 +02:00
parent 1aeb1d9a2d
commit ee18e07d6f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -864,7 +864,7 @@ void View::DrawStatistics()
}
}
DrawSamplesStatistics(data, timeRange, m_statAccumulationMode);
DrawSamplesStatistics( data, timeRange, m_statAccumulationMode );
}
#endif
ImGui::End();