目录整改代码规范5

Signed-off-by: yyl <yangyanling13@huawei.com>
Change-Id: I8cda73f11c115d627177c3440742df849ad3c01f
This commit is contained in:
yyl 2023-10-20 02:03:37 +00:00
parent db6e96d192
commit e332b475bd

View File

@ -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;