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-a6b9da56ad53fe963954281dd9230d15af6fc03a
This commit is contained in:
@@ -180,7 +180,7 @@ void VirtualDevice::RecordEventLog(const input_event& event)
|
||||
eventType = "other type";
|
||||
break;
|
||||
}
|
||||
DHLOGD("4.E2E-Test Source write event into input driver, EventType: %s Code: %d, Value: %d, Sec: %ld, Sec1: %ld",
|
||||
DHLOGD("4.E2E-Test Source write event into input driver, EventType: %s, Code: %d, Value: %d, Sec: %ld, Sec1: %ld",
|
||||
eventType.c_str(), event.code, event.value, event.input_event_sec, event.input_event_usec);
|
||||
}
|
||||
} // namespace DistributedInput
|
||||
|
||||
Reference in New Issue
Block a user