From 6076adde256c7480b569f928c28d14ee637fbd6e Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Fri, 10 Jan 2020 10:20:39 -0500 Subject: circuitbuild: expect bug message that clang-format will generate. clang-format wants to put no space here, so we need to tell the test to expect a lack of a space. --- src/feature/dirauth/dirvote.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/feature/dirauth/dirvote.c') diff --git a/src/feature/dirauth/dirvote.c b/src/feature/dirauth/dirvote.c index 9490867e82..aec7a06c7a 100644 --- a/src/feature/dirauth/dirvote.c +++ b/src/feature/dirauth/dirvote.c @@ -886,7 +886,7 @@ dirvote_get_intermediate_param_value(const smartlist_t *param_list, int ok; value = (int32_t) tor_parse_long(integer_str, 10, INT32_MIN, INT32_MAX, &ok, NULL); - if (BUG(! ok)) + if (BUG(!ok)) return default_val; ++n_found; } -- cgit v1.2.3-54-g00ecf