fix tabbing comment issue
[c11tester.git] / context.h
index fb56e24761174fdb598f8f055c066ed6420ba02c..aa356a9266c326111001492e20a4820ef74ddfd8 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__ */