0.9.8.26:
[sbcl.git] / src / runtime / alpha-osf1-os.h
index 3f52c30..058c494 100644 (file)
@@ -4,7 +4,7 @@
 typedef struct ucontext os_context_t;
 
 static inline os_context_t *arch_os_get_context(void **void_context) {
-  return (os_context_t *) *void_context;
+    return (os_context_t *) *void_context;
 }
 
 #endif /* _ALPHA_OSF1_OS_H */