From 4b9badd440d343dfbae8321a1cb3c3d34cbf0f93 Mon Sep 17 00:00:00 2001 From: Samy Al Bahra Date: Sun, 3 Mar 2013 19:55:11 -0500 Subject: [PATCH] ck_cohort: Remove unnecessary whitespace. --- include/ck_cohort.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/ck_cohort.h b/include/ck_cohort.h index 4e1c4ba..2854ab4 100644 --- a/include/ck_cohort.h +++ b/include/ck_cohort.h @@ -121,6 +121,5 @@ enum ck_cohort_state { .local_pass_limit = CK_COHORT_DEFAULT_LOCAL_PASS_LIMIT \ } - #endif /* _CK_COHORT_H */