]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/nat/linux-namespaces.c
gdb, gdbserver, gdbsupport: fix leading space vs tabs issues
[thirdparty/binutils-gdb.git] / gdb / nat / linux-namespaces.c
index b9d87dab6fada00edf6179ad3b789c36db939ac9..76da96bd7e8534fd3557ce8dbbea26fc88b118be 100644 (file)
@@ -207,12 +207,12 @@ linux_ns_same (pid_t pid, enum linux_ns_type type)
    - TYPE (enum mnsh_msg_type, always sent) - the message type.
    - INT1 and
    - INT2 (int, always sent, though not always used) - two
-           values whose meaning is message-type-dependent.
+          values whose meaning is message-type-dependent.
           See enum mnsh_msg_type documentation below.
    - FD (int, optional, sent using SCM_RIGHTS) - an open file
-         descriptor.
+        descriptor.
    - BUF (unstructured data, optional) - some data with message-
-          type-dependent meaning.
+         type-dependent meaning.
 
    Note that the helper process is the child of a call to fork,
    so all code in the helper must be async-signal-safe.  */