X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Falpha-osf1-os.h;h=567e55b09eb8a6aa6903cc30b9f0eeb26c258985;hb=e9c546b14771ebe96447c3920a75e9e580f9075f;hp=3f52c3059d052005e210793bdd4cad4f14efe699;hpb=48f92d19cf12f3aff81a29a786970264a523bc7a;p=sbcl.git diff --git a/src/runtime/alpha-osf1-os.h b/src/runtime/alpha-osf1-os.h index 3f52c30..567e55b 100644 --- a/src/runtime/alpha-osf1-os.h +++ b/src/runtime/alpha-osf1-os.h @@ -3,8 +3,9 @@ typedef struct ucontext os_context_t; -static inline os_context_t *arch_os_get_context(void **void_context) { - return (os_context_t *) *void_context; +static inline os_context_t *arch_os_get_context(void **void_context) +{ + return (os_context_t *) *void_context; } #endif /* _ALPHA_OSF1_OS_H */