]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/ser-uds.c
gdb, gdbserver, gdbsupport: fix leading space vs tabs issues
[thirdparty/binutils-gdb.git] / gdb / ser-uds.c
index eb4fe2cb44e32cdc1bb0d9c8c63d85b0b1e154cb..ebb969b880412feec1684fa32fc2382ae0ab7100 100644 (file)
@@ -38,8 +38,8 @@ uds_open (struct serial *scb, const char *name)
   if (strlen (name) > UNIX_PATH_MAX - 1)
     {
       warning
-        (_("The socket name is too long.  It may be no longer than %s bytes."),
-         pulongest (UNIX_PATH_MAX - 1L));
+       (_("The socket name is too long.  It may be no longer than %s bytes."),
+        pulongest (UNIX_PATH_MAX - 1L));
       return -1;
     }