aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Marchi <simon.marchi@polymtl.ca>2021-01-12 18:09:51 -0500
committerSimon Marchi <simon.marchi@polymtl.ca>2021-01-12 18:09:51 -0500
commit24a7f1b54817bbc9281cf93a50c30da445e29cb9 (patch)
tree03fb9014d26a15e2fb39e81c598784257b1b5930
parentfe7a351a8ebd62e1c17fc94c3fff1007e0d30bad (diff)
downloadgdb-24a7f1b54817bbc9281cf93a50c30da445e29cb9.zip
gdb-24a7f1b54817bbc9281cf93a50c30da445e29cb9.tar.gz
gdb-24a7f1b54817bbc9281cf93a50c30da445e29cb9.tar.bz2
gdb: fix indentation in infrun.c
gdb/ChangeLog: * infrun.c (normal_stop): Fix indentation. Change-Id: Icbae5272188f6ddb464b585a9194abd611f5ad27
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/infrun.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 509e739..1ea1970 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,9 @@
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
declarations to ...
* symfile.h: ... here.
diff --git a/gdb/infrun.c b/gdb/infrun.c
index 45bedf8..940f575 100644
--- a/gdb/infrun.c
+++ b/gdb/infrun.c
@@ -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);