Apply CamelCase for class and struct names

Signed-off-by: Fabian Zwolinski <fabian.zwolinski@intel.com>
This commit is contained in:
Fabian Zwolinski
2023-04-24 09:39:55 +00:00
committed by Compute-Runtime-Automation
parent 856318ccc2
commit e2e00413a8
85 changed files with 737 additions and 737 deletions

View File

@@ -704,7 +704,7 @@ struct InlineSamplerBaseT {
} // namespace Kernel
namespace GlobalHostAccessTable {
struct globalHostAccessTableT {
struct GlobalHostAccessTableT {
std::string deviceName;
std::string hostName;
};