mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-10 17:41:54 +00:00
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:
committed by
chrome-bot
parent
ef4c9f2cc1
commit
b74f6a576a
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user