From: Daniel Richard G <skunk@iSKUNK.ORG>
Date: Sat, 4 Aug 2012 11:22:53 +0000 (+0200)
Subject: Remove trailing commas.
X-Git-Tag: v0.1.5~12^2~2
X-Git-Url: https://git.tuebingen.mpg.de/?a=commitdiff_plain;h=83ebb41861d0fc82d2bf3717fc809cacb2bab51e;p=dss.git

Remove trailing commas.
---

diff --git a/snap.h b/snap.h
index ab8d26d..fc82850 100644
--- 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. */