mirror of
https://github.com/openharmony/distributedhardware_distributed_input.git
synced 2026-07-21 05:45:23 -04:00
Description:fix code style
Match-id-367e11f0b17000d1487945d1f290ab2c5f5e0ec8
This commit is contained in:
@@ -26,7 +26,7 @@ namespace {
|
||||
|
||||
DevInfo GetLocalDeviceInfo()
|
||||
{
|
||||
DevInfo devInfo { "", "", 0 };
|
||||
DevInfo devInfo{"", "", 0};
|
||||
auto info = std::make_unique<NodeBasicInfo>();
|
||||
auto ret = GetLocalNodeDeviceInfo(DINPUT_PKG_NAME.c_str(), info.get());
|
||||
if (ret != 0) {
|
||||
|
||||
Reference in New Issue
Block a user