]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/guile/scm-cmd.c
gdb, gdbserver, gdbsupport: fix leading space vs tabs issues
[thirdparty/binutils-gdb.git] / gdb / guile / scm-cmd.c
index 8fd2772df482d04d51341ca993d5cad8b2f82429..f4db41144035dc4feb11a9f5358d9f60d12939bb 100644 (file)
@@ -635,9 +635,9 @@ gdbscm_canonicalize_command_name (const char *name, int want_trailing_space)
      One of the COMPLETE_* constants defined in the gdb module.
      A procedure of three arguments: (lambda (self text word) ...).
        Its result is one of:
-         A list of strings.
-         A <gdb:iterator> object that returns the set of possible completions,
-         ending with #f.
+        A list of strings.
+        A <gdb:iterator> object that returns the set of possible completions,
+        ending with #f.
         TODO(dje): Once PR 16699 is fixed, add support for returning
         a COMPLETE_* constant.
    If not specified, then completion is not supported for this command.