mirror of
https://github.com/openharmony/distributedhardware_distributed_input.git
synced 2026-07-20 01:53:34 -04:00
Description:fix code style
Match-id-367e11f0b17000d1487945d1f290ab2c5f5e0ec8
This commit is contained in:
@@ -274,7 +274,7 @@ bool WhiteListUtil::IsNeedFilterOut(const std::string &deviceId, const BusinessE
|
||||
|
||||
std::lock_guard<std::mutex> lock(mutex_);
|
||||
if (combKeysHashMap_.empty()) {
|
||||
DHLOGE("%s called, whilte list is empty!", __func__);
|
||||
DHLOGE("%s called, white list is empty!", __func__);
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user