mirror of
https://github.com/openharmony/distributedhardware_distributed_input.git
synced 2026-07-20 21:41:02 -04:00
Description:fix code style
Match-id-367e11f0b17000d1487945d1f290ab2c5f5e0ec8
This commit is contained in:
@@ -60,8 +60,8 @@ private:
|
||||
void StopInputMonitorDeviceThread();
|
||||
|
||||
// The event queue.
|
||||
static const int INPUT_DEVICR_BUFFER_SIZE = 32;
|
||||
InputDeviceEvent mEventBuffer[INPUT_DEVICR_BUFFER_SIZE] = {};
|
||||
static const int INPUT_DEVICE_BUFFER_SIZE = 32;
|
||||
InputDeviceEvent mEventBuffer[INPUT_DEVICE_BUFFER_SIZE] = {};
|
||||
std::mutex operationMutex_;
|
||||
std::unique_ptr<InputHub> inputHub_;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user