mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-26 07:00:17 +08:00
style: configure readability-identifier-naming.ClassCase
Signed-off-by: Artur Harasimiuk <artur.harasimiuk@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
260838430f
commit
6d43e96dee
@@ -54,7 +54,8 @@ template <typename DerivedClass>
|
||||
class ReferenceTrackedObject;
|
||||
|
||||
template <typename DataType>
|
||||
class unique_ptr_if_unused : public std::unique_ptr<DataType, void (*)(DataType *)> {
|
||||
class unique_ptr_if_unused : // NOLINT(readability-identifier-naming)
|
||||
public std::unique_ptr<DataType, void (*)(DataType *)> {
|
||||
using DeleterFuncType = void (*)(DataType *);
|
||||
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user