Add a comma am: 5c3b770de0

Original change: https://googleplex-android-review.googlesource.com/c/platform/external/libpalmrejection/+/19471503

Change-Id: I9971e09146cfab25d4bde6ad8bc68efcc92fa17f
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/ui/events/ozone/evdev/touch_evdev_types.cc b/ui/events/ozone/evdev/touch_evdev_types.cc
index 83ee59a..b6a9c3c 100644
--- a/ui/events/ozone/evdev/touch_evdev_types.cc
+++ b/ui/events/ozone/evdev/touch_evdev_types.cc
@@ -18,7 +18,8 @@
       << ", tracking_id=" << touch.tracking_id << ", slot=" << touch.slot
       << ", pressure=" << touch.pressure << ", major=" << touch.major
       << ", minor=" << touch.minor << ", tool_type=" << touch.tool_type
-      << ", altered=" << touch.altered << "was_touching=" << touch.was_touching
+      << ", altered=" << touch.altered
+      << ", was_touching=" << touch.was_touching
       << ", touching=" << touch.touching << ")";
   return out;
 }