build as needed
[platform/upstream/binutils.git] / gdb / mi / mi-cmd-target.c
index e270581..94be301 100644 (file)
@@ -1,5 +1,5 @@
 /* MI Command Set - target commands.
-   Copyright (C) 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+   Copyright (C) 2007-2014 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -30,9 +30,9 @@ mi_cmd_target_file_get (char *command, char **argv, int argc)
   char *oarg;
   const char *remote_file, *local_file;
   static const struct mi_opt opts[] =
-  {
-    { 0, 0, 0 }
-  };
+    {
+      { 0, 0, 0 }
+    };
   static const char prefix[] = "-target-file-get";
 
   if (mi_getopt (prefix, argc, argv, opts, &oind, &oarg) != -1
@@ -54,9 +54,9 @@ mi_cmd_target_file_put (char *command, char **argv, int argc)
   char *oarg;
   const char *remote_file, *local_file;
   static const struct mi_opt opts[] =
-  {
-    { 0, 0, 0 }
-  };
+    {
+      { 0, 0, 0 }
+    };
   static const char prefix[] = "-target-file-put";
 
   if (mi_getopt (prefix, argc, argv, opts, &oind, &oarg) != -1
@@ -78,9 +78,9 @@ mi_cmd_target_file_delete (char *command, char **argv, int argc)
   char *oarg;
   const char *remote_file;
   static const struct mi_opt opts[] =
-  {
-    { 0, 0, 0 }
-  };
+    {
+      { 0, 0, 0 }
+    };
   static const char prefix[] = "-target-file-delete";
 
   if (mi_getopt (prefix, argc, argv, opts, &oind, &oarg) != -1