Skip to content

Commit 48005a4

Browse files
committed
touch: Remove unwanted ;
Change-Id: Ice6a793d7b31187b7a2170f9db538ff77308e56d
1 parent 4650129 commit 48005a4

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

aidl/touch/HighTouchPollingRateLxs.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ ndk::ScopedAStatus HighTouchPollingRate::getEnabled(bool* _aidl_return) {
3636

3737
int disp_mode, touch_mode;
3838
auto ret = android::base::ReadFileToString(kPanelFrameRatePath, &touch_str);
39-
;
4039
auto result = sscanf(touch_str.c_str(), "%d,%d", &disp_mode, &touch_mode);
4140

4241
LOG(INFO) << __func__ << ": disp_mode: " << disp_mode << ", touch_mode: " << touch_mode;

0 commit comments

Comments
 (0)