Reindent gdbsupport/event-loop.cc:handle_file_event
authorPedro Alves <pedro@palves.net>
Mon, 16 May 2022 11:20:08 +0000 (12:20 +0100)
committerPedro Alves <pedro@palves.net>
Mon, 16 May 2022 18:58:08 +0000 (19:58 +0100)
commit187075ebbc0cba7b58685c7214028e791b5af844
tree3c8c5081acc905b26c16112a8c225cadf47ed922
parent36a5b3705352f228cdd14a7f9d5e85177fad034c
Reindent gdbsupport/event-loop.cc:handle_file_event

The handle_file_event function has a few unnecessary {} lexical
blocks, presumably because they were originally if blocks, and the
conditions were removed, or something along those lines.

Remove the unnecessary blocks, and reindent.

Change-Id: Iaecbe5c9f4940a80b81dbbc42e51ce506f6aafb2
gdbsupport/event-loop.cc