From: tonypelle Date: Wed, 4 Aug 2021 19:55:39 +0000 (-0700) Subject: Ran clang-format on write_stackdriver.c X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a4d3c1b5d3b43341ea003fe8353274dffbf45728;p=thirdparty%2Fcollectd.git Ran clang-format on write_stackdriver.c --- diff --git a/src/write_stackdriver.c b/src/write_stackdriver.c index 9e5bedc16..8fe85a3ea 100644 --- a/src/write_stackdriver.c +++ b/src/write_stackdriver.c @@ -97,7 +97,7 @@ static size_t wg_write_memory_cb(void *contents, size_t size, static char *wg_get_authorization_header(wg_callback_t *cb) { /* {{{ */ int status = 0; char access_token[GOOGLE_OAUTH_ACCESS_TOKEN_SIZE]; - char authorization_header[GOOGLE_OAUTH_ACCESS_TOKEN_SIZE+32]; + char authorization_header[GOOGLE_OAUTH_ACCESS_TOKEN_SIZE + 32]; assert((cb->auth != NULL) || gce_check()); if (cb->auth != NULL)