commit | 0fa7cbb9f2f131de58e76222f044670adc18456c | [log] [tgz] |
---|---|---|
author | Prashanth Swaminathan <prashanthsw@google.com> | Tue Jul 11 10:53:21 2023 -0700 |
committer | Prashanth Swaminathan <prashanthsw@google.com> | Tue Jul 11 17:54:04 2023 +0000 |
tree | 803e05b8063de9a06ab870028b269f50c9a4b1ea | |
parent | 2cace077b66002a3d9a6aab70b56e03d860cd2e1 [diff] [blame] |
Fix lint error for IFTTT rule Change-Id: Ieb1718b41b238a9b62f142d2d2dad0ed4cb0d8ed
diff --git a/include/android/sensor.h b/include/android/sensor.h index 16c5dde..a729dbc 100644 --- a/include/android/sensor.h +++ b/include/android/sensor.h
@@ -658,7 +658,7 @@ uint32_t flags; int32_t reserved1[3]; } ASensorEvent; -// LINT.ThenChange (hardware/libhardware/include/hardware/sensors.h) +// LINT.ThenChange(hardware/libhardware/include/hardware/sensors.h) struct ASensorManager; /**