From a4d3c1b5d3b43341ea003fe8353274dffbf45728 Mon Sep 17 00:00:00 2001 From: tonypelle Date: Wed, 4 Aug 2021 12:55:39 -0700 Subject: [PATCH] Ran clang-format on write_stackdriver.c --- src/write_stackdriver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.47.2