From: kibak.yoon Date: Thu, 16 Jun 2016 02:12:40 +0000 (+0900) Subject: capi-sensor: add a space between parameters X-Git-Tag: submit/tizen/20160616.101029^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=914dc11319c2baec518c5778c501a0a664ac13eb;p=platform%2Fcore%2Fapi%2Fsensor.git capi-sensor: add a space between parameters - [SPC_M_SEP] Missing space after ,[whitespace/comma Change-Id: Id33566cca139e82c8e020601357bcdc0a31b680a Signed-off-by: kibak.yoon --- diff --git a/src/sensor.cpp b/src/sensor.cpp index 2dc1aef..4f676b2 100644 --- 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};