X-Git-Url: http://plrg.eecs.uci.edu/git/?p=c11tester.git;a=blobdiff_plain;f=context.h;h=aa356a9266c326111001492e20a4820ef74ddfd8;hp=f0003ce4c4fd4637f9b86cef7d0e45a08382c552;hb=7742256df627848c1c375f979f5369a45c92057b;hpb=89ecd60fab0d93d6df6aa35e663ab67db860fa1d diff --git a/context.h b/context.h index f0003ce4..aa356a92 100644 --- 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__ */