fix tabbing
[c11tester.git] / context.h
index fb56e24761174fdb598f8f055c066ed6420ba02c..f0003ce4c4fd4637f9b86cef7d0e45a08382c552 100644 (file)
--- a/context.h
+++ b/context.h
 
 int model_swapcontext(ucontext_t *oucp, ucontext_t *ucp);
 
-#else /* !MAC */
+#else  /* !MAC */
 
 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__ */