run all updated *.h *.c through clang-format again
[collectd.git] / src / utils / oauth / oauth.c
index e185c43..a7ae75d 100644 (file)
@@ -531,7 +531,8 @@ oauth_google_t oauth_create_google_json(char const *buffer, char const *scope) {
   }
 
   oauth_google_t ret = {
-      .project_id = strdup(project_id), .oauth = oauth,
+      .project_id = strdup(project_id),
+      .oauth = oauth,
   };
 
   yajl_tree_free(root);