]> git.tuebingen.mpg.de Git - dss.git/commitdiff
Remove trailing commas.
authorDaniel Richard G <skunk@iSKUNK.ORG>
Sat, 4 Aug 2012 11:22:53 +0000 (13:22 +0200)
committerAndre Noll <maan@systemlinux.org>
Sat, 4 Aug 2012 11:34:54 +0000 (13:34 +0200)
snap.h

diff --git a/snap.h b/snap.h
index ab8d26ddae988c8e50678894df1f92546798e6fc..fc8285087c7a74e54353a5508b9f3b4458f7cb9b 100644 (file)
--- a/snap.h
+++ b/snap.h
@@ -13,7 +13,7 @@
        HSA_ITEM(HS_RUNNING, "in progress"), \
        HSA_ITEM(HS_SUCCESS, "process terminated successfully"), \
        HSA_ITEM(HS_NEEDS_RESTART, "restart needed"), \
-       HSA_ITEM(HS_POST_RUNNING, "post-hook running"), \
+       HSA_ITEM(HS_POST_RUNNING, "post-hook running")
 
 
 #define HSA_ITEM(x, y) x
@@ -37,7 +37,7 @@ enum snapshot_status_flags {
        /** The rsync process terminated successfully. */
        SS_COMPLETE = 1,
        /** The rm process is running to remove this snapshot. */
-       SS_BEING_DELETED = 2,
+       SS_BEING_DELETED = 2
 };
 
 /** Describes one snapshot. */