fix spacing with make tabbing
[satcheck.git] / context.h
index 948d89fe483fb941cf57c9bd004a8b6cde75c29c..7160f49111e9ae2fd7907648a470d335d2a771a5 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__ */