* ld-sh/sh.exp: Add missing newline.
[deliverable/binutils-gdb.git] / gdb / remote-fileio.c
index 2166925c400c049fba19c11119510ebd66bfaf10..82a4fe920d7ff3687d9259bb6cbc972ab64f9fbc 100644 (file)
@@ -109,6 +109,7 @@ static int
 remote_fileio_fd_to_targetfd (int fd)
 {
   int target_fd = remote_fileio_next_free_fd ();
+
   remote_fio_data.fd_map[target_fd] = fd;
   return target_fd;
 }
@@ -1477,6 +1478,7 @@ set_system_call_allowed (char *args, int from_tty)
     {
       char *arg_end;
       int val = strtoul (args, &arg_end, 10);
+
       if (*args && *arg_end == '\0')
         {
          remote_fio_system_call_allowed = !!val;
This page took 0.023186 seconds and 4 git commands to generate.