diff --git a/frameworks/core/components_ng/gestures/pan_gesture.h b/frameworks/core/components_ng/gestures/pan_gesture.h index ac2140441a5..a1f5495dc3c 100644 --- a/frameworks/core/components_ng/gestures/pan_gesture.h +++ b/frameworks/core/components_ng/gestures/pan_gesture.h @@ -117,7 +117,7 @@ private: PanDirection direction_; double distance_ = 0.0; RefPtr panGestureOption_; - Matrix4 matrix; + Matrix4 matrix; }; } // namespace OHOS::Ace::NG diff --git a/frameworks/core/gestures/gesture_type.h b/frameworks/core/gestures/gesture_type.h index c8db24e886d..ae1cb840b6b 100644 --- a/frameworks/core/gestures/gesture_type.h +++ b/frameworks/core/gestures/gesture_type.h @@ -27,8 +27,8 @@ enum class GestureType { TOUCH_CANCEL, TOUCH_END, REMOTE_MESSAGE, - PAN, - GROUP, + PAN, + GROUP, }; } // namespace OHOS::Ace diff --git a/frameworks/core/pipeline_ng/pipeline_context.cpp b/frameworks/core/pipeline_ng/pipeline_context.cpp index aabf2d733cb..202764ab24f 100755 --- a/frameworks/core/pipeline_ng/pipeline_context.cpp +++ b/frameworks/core/pipeline_ng/pipeline_context.cpp @@ -1566,7 +1566,7 @@ void PipelineContext::OnTouchEvent(const TouchEvent& point, const RefPtrSetInnerFlag(true);