chiark / gitweb /
consistently order cleanup attribute before type
[elogind.git] / src / journal / microhttpd-util.c
index 9a8d5c6a12acc38c845f0834381abd3196ff4798..007cb5dfdc6903510be9201cd13d051bab18ad90 100644 (file)
@@ -217,7 +217,7 @@ int check_permissions(struct MHD_Connection *connection, int *code) {
         const union MHD_ConnectionInfo *ci;
         gnutls_session_t session;
         gnutls_x509_crt_t client_cert;
-        char _cleanup_free_ *buf = NULL;
+        _cleanup_free_ char *buf = NULL;
         int r;
 
         assert(connection);