analyzer: whitespace cleanups
authorDavid Malcolm <dmalcolm@redhat.com>
Fri, 24 Jun 2022 17:43:01 +0000 (13:43 -0400)
committerDavid Malcolm <dmalcolm@redhat.com>
Fri, 24 Jun 2022 17:43:01 +0000 (13:43 -0400)
commit3752e21d8c180b197e33006b048eff812adfb4e1
treec7e82b8ef98368ba3ec0c5dcd007c49a62178c26
parenteb2887a19fee305b6d052d30dcfd321704f2ef09
analyzer: whitespace cleanups

Clean up whitespace in preparation for a follow-up patch.

No functional change intended.

gcc/analyzer/ChangeLog:
* call-string.cc (call_string::calc_recursion_depth): Whitespace
cleanups.
(call_string::cmp): Likewise.
(call_string::get_caller_node): Likewise.
(call_string::validate): Likewise.
* engine.cc (dynamic_call_info_t::add_events_to_path): Likewise.
(exploded_graph::get_per_function_data): Likewise.
(exploded_graph::maybe_create_dynamic_call): Likewise.
(exploded_graph::maybe_create_dynamic_call): Likewise.
(exploded_graph::process_node): Likewise.

Signed-off-by: David Malcolm <dmalcolm@redhat.com>
gcc/analyzer/call-string.cc
gcc/analyzer/engine.cc