summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Prashanth Swaminathan <prashanthsw@google.com> 2023-07-11 10:53:21 -0700
committer Prashanth Swaminathan <prashanthsw@google.com> 2023-07-11 17:54:04 +0000
commit0fa7cbb9f2f131de58e76222f044670adc18456c (patch)
tree803e05b8063de9a06ab870028b269f50c9a4b1ea
parent2cace077b66002a3d9a6aab70b56e03d860cd2e1 (diff)
Fix lint error for IFTTT rule
Change-Id: Ieb1718b41b238a9b62f142d2d2dad0ed4cb0d8ed
-rw-r--r--include/android/sensor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/android/sensor.h b/include/android/sensor.h
index 16c5dde60f..a729dbcecc 100644
--- a/include/android/sensor.h
+++ b/include/android/sensor.h
@@ -658,7 +658,7 @@ typedef struct ASensorEvent {
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;
/**