projects
/
platform
/
core
/
api
/
sensor.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
68338a6
)
capi-sensor: add a space between parameters
59/74859/2
author
kibak.yoon
<kibak.yoon@samsung.com>
Thu, 16 Jun 2016 02:12:40 +0000
(11:12 +0900)
committer
kibak.yoon
<kibak.yoon@samsung.com>
Thu, 16 Jun 2016 02:21:48 +0000
(11:21 +0900)
- [SPC_M_SEP] Missing space after ,[whitespace/comma
Change-Id: Id33566cca139e82c8e020601357bcdc0a31b680a
Signed-off-by: kibak.yoon <kibak.yoon@samsung.com>
src/sensor.cpp
patch
|
blob
|
history
diff --git
a/src/sensor.cpp
b/src/sensor.cpp
index
2dc1aef
..
4f676b2
100644
(file)
--- a/
src/sensor.cpp
+++ b/
src/sensor.cpp
@@
-832,7
+832,7
@@
int sensor_util_get_rotation_matrix_from_vector(float Vx, float Vy, float Vz, fl
return SENSOR_ERROR_NONE;
}
-int sensor_util_get_rotation_matrix(float Gx, float Gy, float Gz,float Mx, float My, float Mz, float R[], float I[])
+int sensor_util_get_rotation_matrix(float Gx, float Gy, float Gz,
float Mx, float My, float Mz, float R[], float I[])
{
float G[3] = {Gx, Gy, Gz};
float M[3] = {Mx, My, Mz};