gdb/
authorYao Qi <yao@codesourcery.com>
Fri, 8 Mar 2013 15:35:06 +0000 (15:35 +0000)
committerYao Qi <yao@codesourcery.com>
Fri, 8 Mar 2013 15:35:06 +0000 (15:35 +0000)
* tracepoint.c (_initialize_tracepoint): Indent the code.

gdb/ChangeLog
gdb/tracepoint.c

index 1b0e80f..e02f01b 100644 (file)
@@ -1,3 +1,7 @@
+2013-03-08  Yao Qi  <yao@codesourcery.com>
+
+       * tracepoint.c (_initialize_tracepoint): Indent the code.
+
 2013-03-08  Pedro Alves  <palves@redhat.com>
 
        * findcmd.c (put_bits): Change type of parameter to 'gdb_byte *'.
index 0413903..9eff137 100644 (file)
@@ -5423,14 +5423,14 @@ up and stopping the trace run."),
                           &showlist);
 
   add_setshow_zuinteger_unlimited_cmd ("trace-buffer-size", no_class,
-                           &trace_buffer_size, _("\
+                                      &trace_buffer_size, _("\
 Set requested size of trace buffer."), _("\
 Show requested size of trace buffer."), _("\
 Use this to choose a size for the trace buffer.  Some targets\n\
 may have fixed or limited buffer sizes.  A value of -1 disables\n\
 any attempt to set the buffer size and lets the target choose."),
-                           set_trace_buffer_size, NULL,
-                           &setlist, &showlist);
+                                      set_trace_buffer_size, NULL,
+                                      &setlist, &showlist);
 
   add_setshow_string_cmd ("trace-user", class_trace,
                          &trace_user, _("\