Change initialize a bit
[c11tester.git] / context.h
index f0003ce4c4fd4637f9b86cef7d0e45a08382c552..aa356a9266c326111001492e20a4820ef74ddfd8 100644 (file)
--- a/context.h
+++ b/context.h
@@ -20,6 +20,6 @@ static inline int model_swapcontext(ucontext_t *oucp, ucontext_t *ucp)
        return swapcontext(oucp, ucp);
 }
 
-#endif/* !MAC */
+#endif /* !MAC */
 
-#endif/* __CONTEXT_H__ */
+#endif /* __CONTEXT_H__ */