]> git.ipfire.org Git - thirdparty/collectd.git/commitdiff
Ran clang-format on write_stackdriver.c 3898/head
authortonypelle <tonypelle@gmail.com>
Wed, 4 Aug 2021 19:55:39 +0000 (12:55 -0700)
committertonypelle <tonypelle@gmail.com>
Wed, 4 Aug 2021 19:55:39 +0000 (12:55 -0700)
src/write_stackdriver.c

index 9e5bedc16591e3d8c13499196a8cd6e6cda57512..8fe85a3ea1bb558a884692c70ad29758082d2b93 100644 (file)
@@ -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)