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-08-28 13:17:29 +02:00
parent 74789d1049
commit c2d527e2e7
2 changed files with 14 additions and 12 deletions
+4 -2
View File
@@ -146,8 +146,10 @@ private:
Inactive
};
struct KeyboardNavigation {
enum Direction : uint8_t {
struct KeyboardNavigation
{
enum Direction
{
// Pan left / right
Left,
Right,