]> git.proxmox.com Git - pve-cluster.git/commitdiff
Wpedantic: remove extra semicolons after function bodies
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 7 Sep 2018 11:50:44 +0000 (13:50 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 11 Sep 2018 12:00:51 +0000 (14:00 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
data/src/dcdb.c
data/src/logger.c

index 12abf1d1996a2eb019df32add61a6248a819db4a..6585a3443f0a8239cf668bb10eee1482b0859149 100644 (file)
@@ -927,7 +927,7 @@ leave:
        res = -1;
        goto ret;
 
-};
+}
 
 static dfsm_callbacks_t dcdb_dfsm_callbacks = {
        .dfsm_deliver_fn = dcdb_deliver,
index c3d682b20138b5f86100acbfe462c818fd52fe2d..2166617b39d085d0c00a66406b807cbee6353178 100644 (file)
@@ -220,7 +220,7 @@ clog_copy(
        clog_entry_t *new;
        if ((new = clog_alloc_entry(clog, size)))
                memcpy((char *)new + 8, (char *)entry + 8, size - 8);
-};
+}
 
 uint32_t
 clog_pack(
@@ -613,7 +613,7 @@ clusterlog_insert(
        }
 
        g_mutex_unlock(&cl->mutex);
-};
+}
 
 void
 clusterlog_add(