Add a comma

To fix formatting, add a comma.

Bug: 240168494
Test: None
Change-Id: I47dcb00a2c5c7c6243748b4eb0d666a2dfc912d9
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;
 }