From 9a76bf213f70f85ed1fd8d19d9e3ab43e1074ee9 Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Tue, 7 Jul 2020 11:25:56 +0200 Subject: [PATCH] Fix indentation --- pdns/pdns_recursor.cc | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/pdns/pdns_recursor.cc b/pdns/pdns_recursor.cc index 1ad3b241e1..9e420bb87b 100644 --- a/pdns/pdns_recursor.cc +++ b/pdns/pdns_recursor.cc @@ -3028,18 +3028,16 @@ static void houseKeeping(void *) } s_running=false; } - catch(PDNSException& ae) - { - s_running=false; - g_log<