Run all changed files 68 8.c/1*.h through format.sh web util
[collectd.git] / src / utils / oauth / oauth.c
index a7ae75d..e185c43 100644 (file)
@@ -531,8 +531,7 @@ 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);