motion_sense: Fix indentation in header

BUG=None, while looking at b/67743747
TEST=None

Change-Id: I8799c66e236c697c570bfb123531696483ef6db8
Signed-off-by: Alexandru M Stan <amstan@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/807330
Reviewed-by: Gwendal Grignou <gwendal@chromium.org>
This commit is contained in:
Alexandru M Stan
2017-12-04 18:11:42 -08:00
committed by chrome-bot
parent ef4c9f2cc1
commit b74f6a576a

View File

@@ -146,13 +146,13 @@ struct motion_sensor_t {
* For sensor without FIFO, time since the last event was collect
* from sensor registers.
*/
uint32_t last_collection;
uint32_t last_collection;
/* Minimum supported sampling frequency in miliHertz for this sensor */
uint32_t min_frequency;
/* Minimum supported sampling frequency in miliHertz for this sensor */
uint32_t min_frequency;
/* Maximum supported sampling frequency in miliHertz for this sensor */
uint32_t max_frequency;
/* Maximum supported sampling frequency in miliHertz for this sensor */
uint32_t max_frequency;
};
/* Defined at board level. */