From 3061113bf336048d538241282c39baf684de31bf Mon Sep 17 00:00:00 2001 From: Simon Marchi Date: Wed, 8 Jan 2020 16:55:03 -0500 Subject: Fix indentation in print_thread_info_1 The body of this this big "for" loop is missing an indentation level, this patch fixes that. gdb/ChangeLog: * thread.c (print_thread_info_1): Fix indentation. --- gdb/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gdb/ChangeLog') diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 2ba1634..d22a5e1 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2020-01-08 Simon Marchi + + * thread.c (print_thread_info_1): Fix indentation. + 2020-01-09 Christian Biesinger * symtab.c (general_symbol_info::compute_and_set_names): Move the -- cgit v1.1