mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-29 08:54:34 +00:00
Cosmetics.
This commit is contained in:
parent
74789d1049
commit
c2d527e2e7
@ -146,8 +146,10 @@ private:
|
||||
Inactive
|
||||
};
|
||||
|
||||
struct KeyboardNavigation {
|
||||
enum Direction : uint8_t {
|
||||
struct KeyboardNavigation
|
||||
{
|
||||
enum Direction
|
||||
{
|
||||
// Pan left / right
|
||||
Left,
|
||||
Right,
|
||||
|
Loading…
Reference in New Issue
Block a user