api: Fix docstring-section-indent errors

Fix docstring-section-indent errors and resulting line-too-long
errors, but not other existing line-too-long errors.

BUG=b:233893248
TEST=cros lint

Change-Id: I552ce489aaabce6e6600e2518385569ce59b134e
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/chromite/+/3947314
Reviewed-by: Gilberto Contreras <gcontreras@google.com>
Tested-by: Alex Klein <saklein@chromium.org>
Auto-Submit: Alex Klein <saklein@chromium.org>
Commit-Queue: Gilberto Contreras <gcontreras@google.com>
diff --git a/api/controller/android.py b/api/controller/android.py
index 0fd3d19..603c312 100644
--- a/api/controller/android.py
+++ b/api/controller/android.py
@@ -77,9 +77,9 @@
     See AndroidService documentation in api/proto/android.proto.
 
     Args:
-      input_proto: The input proto.
-      output_proto: The output proto.
-      _config: The call config.
+        input_proto: The input proto.
+        output_proto: The output proto.
+        _config: The call config.
     """
     chroot = controller_util.ParseChroot(input_proto.chroot)
     build_targets = controller_util.ParseBuildTargets(input_proto.build_targets)
@@ -129,9 +129,9 @@
     See AndroidService documentation in api/proto/android.proto.
 
     Args:
-      _input_proto: The input proto. (not used.)
-      _output_proto: The output proto. (not used.)
-      _config: The call config.
+        _input_proto: The input proto. (not used.)
+        _output_proto: The output proto. (not used.)
+        _config: The call config.
     """
     osutils.SafeUnlink(ANDROIDPIN_MASK_PATH)