summaryrefslogtreecommitdiff
path: root/include/motion_sense.h
diff options
context:
space:
mode:
authorAlexandru M Stan <amstan@chromium.org>2017-12-04 18:11:42 -0800
committerchrome-bot <chrome-bot@chromium.org>2018-01-02 13:19:37 -0800
commitb74f6a576a822f43872f07aebb6909a457a84afa (patch)
treefd226ba4129bfd81c814fd3979fa724058ce9e4f /include/motion_sense.h
parentef4c9f2cc193827c74206d6e386c31b8dc5911c8 (diff)
downloadchrome-ec-b74f6a576a822f43872f07aebb6909a457a84afa.tar.gz
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>
Diffstat (limited to 'include/motion_sense.h')
-rw-r--r--include/motion_sense.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/motion_sense.h b/include/motion_sense.h
index 0699824830..9d727a62de 100644
--- a/include/motion_sense.h
+++ b/include/motion_sense.h
@@ -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. */