Michal Privoznik
842cfc9d41
virsh: Remove unnecessary else branches
...
In a few cases we call a public API, wrapped in an if() statement
with both branches written out explicitly. The error branch jumps
onto cleanup label, while the successful prints out a message.
Right after these ifs there's 'ret = true;' and the cleanup
label. The code is a bit more readable if only the error branch
is kept and printing happens at the same level as setting the ret
variable.
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Kristína Hanicová <khanicov@redhat.com>
2021-11-12 17:17:19 +01:00
..
2021-04-22 11:01:27 +02:00
2021-06-14 14:16:44 +02:00
2021-04-13 11:21:00 +02:00
2021-03-02 09:42:38 +01:00
2019-08-09 14:06:31 +01:00
2020-11-04 12:18:05 +01:00
2020-12-07 10:38:44 +00:00
2021-11-12 12:37:29 +01:00
2021-09-17 09:40:46 +02:00
2019-12-10 12:41:56 +01:00
2021-09-17 09:40:46 +02:00
2019-07-26 16:48:58 -05:00
2021-08-16 13:10:33 +02:00
2021-09-17 09:40:46 +02:00
2021-09-17 09:40:46 +02:00
2021-09-17 09:40:46 +02:00
2021-07-23 09:59:12 +02:00
2021-09-17 09:40:46 +02:00
2021-10-06 09:23:25 +02:00
2021-09-17 09:40:46 +02:00
2021-10-06 09:25:47 +02:00
2021-09-17 09:40:46 +02:00
2021-10-06 09:26:25 +02:00
2021-09-17 09:40:46 +02:00
2021-10-06 09:27:03 +02:00
2021-09-17 09:40:46 +02:00
2021-10-06 09:24:17 +02:00
2021-09-17 09:40:46 +02:00
2021-04-13 17:00:38 +02:00
2021-09-17 09:40:46 +02:00
2021-08-16 13:10:33 +02:00
2021-09-17 09:40:46 +02:00
2021-10-06 09:25:22 +02:00
2021-09-17 09:40:46 +02:00
2021-09-17 09:40:46 +02:00
2021-09-17 09:40:46 +02:00
2021-10-06 09:27:43 +02:00
2019-06-19 17:12:34 +02:00
2021-09-09 13:56:06 +02:00
2020-01-07 16:12:55 +01:00
2021-11-05 13:38:40 +01:00
2021-08-18 14:21:40 +02:00
2019-10-15 16:14:19 +02:00
2021-11-11 16:16:17 +01:00
2021-07-23 09:59:12 +02:00
2021-10-06 09:23:25 +02:00
2019-06-19 17:12:34 +02:00
2021-10-06 09:25:47 +02:00
2019-06-19 17:12:34 +02:00
2021-11-12 17:17:19 +01:00
2019-08-09 09:03:53 +02:00
2021-10-06 09:27:03 +02:00
2019-06-19 17:12:34 +02:00
2021-10-06 09:24:17 +02:00
2021-06-16 10:32:33 +02:00
2021-09-17 09:40:46 +02:00
2020-08-03 15:30:40 +02:00
2021-09-20 09:35:22 +02:00
2020-08-03 15:30:40 +02:00
2021-10-06 09:27:43 +02:00
2021-10-06 09:27:43 +02:00
2021-11-12 17:17:19 +01:00
2019-06-19 17:12:34 +02:00
2021-09-17 09:40:46 +02:00
2021-09-17 09:40:46 +02:00
2021-04-13 17:00:38 +02:00
2019-06-19 17:12:34 +02:00
2021-09-17 09:40:46 +02:00
2021-04-13 17:00:38 +02:00
2020-05-05 14:45:58 +02:00
2019-06-19 17:12:34 +02:00
2021-10-12 17:28:35 +02:00
2021-10-12 17:28:35 +02:00
2021-10-06 11:23:24 -06:00
2021-06-08 08:52:07 +02:00
2019-06-19 17:12:34 +02:00
2021-04-13 17:00:38 +02:00
2019-06-19 17:12:34 +02:00
2021-10-12 17:28:35 +02:00
2021-11-11 16:16:17 +01:00
2020-01-29 14:51:39 +00:00
2021-11-12 12:37:29 +01:00
2019-07-01 17:20:32 +02:00
2019-09-12 16:06:57 +01:00
2021-08-06 08:53:25 +02:00
2021-08-11 10:52:58 +02:00
2021-11-11 16:16:17 +01:00
2021-09-17 09:40:46 +02:00