capi-sensor: add a space between parameters 59/74859/2
authorkibak.yoon <kibak.yoon@samsung.com>
Thu, 16 Jun 2016 02:12:40 +0000 (11:12 +0900)
committerkibak.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

index 2dc1aef..4f676b2 100644 (file)
@@ -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};