mirror of
https://gitee.com/openharmony/sensors_sensor
synced 2025-03-04 04:17:29 +00:00
目录整改代码规范5
Signed-off-by: yyl <yangyanling13@huawei.com> Change-Id: I8cda73f11c115d627177c3440742df849ad3c01f
This commit is contained in:
parent
db6e96d192
commit
e332b475bd
@ -114,7 +114,7 @@ int32_t SensorAlgorithm::TransformCoordinateSystem(std::vector<float> inRotation
|
||||
}
|
||||
if (inRotationMatrix == outRotationMatrix) {
|
||||
std::vector<float> tempRotationMatrix(inRotationMatrixLength);
|
||||
if (TransformCoordinateSystemImpl(inRotationMatrix, axisX, axisY, tempRotationMatrix)
|
||||
if (TransformCoordinateSystemImpl(inRotationMatrix, axisX, axisY, tempRotationMatrix)
|
||||
!= OHOS::Sensors::SUCCESS) {
|
||||
SEN_HILOGE("TransformCoordinateSystemImpl failed");
|
||||
return OHOS::Sensors::PARAMETER_ERROR;
|
||||
|
Loading…
x
Reference in New Issue
Block a user