Fix misleading indentation error.
authorStephen Roberts <stephen.roberts@arm.com>
Tue, 20 Mar 2018 16:24:37 +0000 (16:24 +0000)
committerStephen Roberts <stephen.roberts@arm.com>
Tue, 20 Mar 2018 16:24:37 +0000 (16:24 +0000)
commit7cbe16e99d8a61a168579354487902ee50413e08
tree637c2d7467cdeb828e832c4d4335047de9c9ee2c
parent8c5b71ad6db208355947c639d1959de7d770ad2d
Fix misleading indentation error.

This patch fixes a compile error introduced by my previous change, which
caused the indentation of the following code block to become incorrect.

ChangeLog:

2018-03-20  Stephen Roberts  <stephen.roberts@arm.com>

        * gdb/symtab.c (find_pc_sect_line): fixed indentation.
gdb/ChangeLog
gdb/symtab.c