gdb: fix indentation in infrun.c
authorSimon Marchi <simon.marchi@polymtl.ca>
Tue, 12 Jan 2021 23:09:51 +0000 (18:09 -0500)
committerSimon Marchi <simon.marchi@polymtl.ca>
Tue, 12 Jan 2021 23:09:51 +0000 (18:09 -0500)
gdb/ChangeLog:

* infrun.c (normal_stop): Fix indentation.

Change-Id: Icbae5272188f6ddb464b585a9194abd611f5ad27

gdb/ChangeLog
gdb/infrun.c

index 509e739585157fe278b6decc2c71e75e4ba6a5d7..1ea1970aa17b66f0dee364249f2848c80ccbf547 100644 (file)
@@ -1,3 +1,7 @@
+2021-01-12  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * infrun.c (normal_stop): Fix indentation.
+
 2021-01-12  Simon Marchi  <simon.marchi@polymtl.ca>
 
        * top.h (readnow_symbol_files, readnever_symbol_files): Move
index 45bedf89641968184214e34b91c287c35161d12e..940f575e22a2ac2831d8ce2dfa1e735ace747f5c 100644 (file)
@@ -8317,7 +8317,7 @@ normal_stop (void)
      print the stop event.  */
   if (inferior_ptid != null_ptid)
     gdb::observers::normal_stop.notify (inferior_thread ()->control.stop_bpstat,
-                                stop_print_frame);
+                                       stop_print_frame);
   else
     gdb::observers::normal_stop.notify (NULL, stop_print_frame);
 
This page took 0.02968 seconds and 4 git commands to generate.