0.7.10.36:
[sbcl.git] / src / runtime / x86-bsd-os.h
index d1e39f9..1340cb4 100644 (file)
@@ -2,7 +2,7 @@
 #define _X86_LINUX_OS_H
 
 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 /* _X86_LINUX_OS_H */