chromite: Reflow remaining overlong #-style comments.

Candidate files were found with `cros lint`, then reformatted
with a script.

BUG=b:233893248
TEST=cros lint (with line-too-long on) + CQ

Change-Id: I4e852b9428ed5f533d979a1367c617f569eb4563
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/chromite/+/4542021
Tested-by: Trent Apted <tapted@chromium.org>
Reviewed-by: Jack Rosenthal <jrosenth@chromium.org>
Commit-Queue: Trent Apted <tapted@chromium.org>
diff --git a/scripts/sysmon/proc_metrics.py b/scripts/sysmon/proc_metrics.py
index 054a247..33be4e3 100644
--- a/scripts/sysmon/proc_metrics.py
+++ b/scripts/sysmon/proc_metrics.py
@@ -327,8 +327,8 @@
 def _is_autoserv(proc):
     """Return whether proc is an autoserv process."""
     # This relies on the autoserv script being run directly.  The script should
-    # be named autoserv exactly and start with a shebang that is /usr/bin/python,
-    # NOT /bin/env
+    # be named autoserv exactly and start with a shebang that is
+    # /usr/bin/python, NOT /bin/env
     return _is_process_name("autoserv", proc)