1.0.25.33: protect against recursive gcs
[sbcl.git] / src / runtime / alpha-osf1-os.h
index 3f52c30..567e55b 100644 (file)
@@ -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 */