Small case namespaces
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
namespace Metrics
|
||||
namespace metrics
|
||||
{
|
||||
struct Memory
|
||||
{
|
||||
@@ -11,4 +11,4 @@ namespace Metrics
|
||||
float swap_total;
|
||||
float swap_available;
|
||||
};
|
||||
} // namespace Metrics
|
||||
} // namespace metrics
|
||||
|
||||
Reference in New Issue
Block a user