]> gitweb.factorcode.org Git - factor.git/blobdiff - vm/os-linux-x86.32.hpp
VM: Fixup cast formatting after clang-format
[factor.git] / vm / os-linux-x86.32.hpp
index fc80c5fd5677783a5b70586f7b5f7d31a8fefd62..16319086ab3508ed72f07c06091fc5ada8d85ff9 100644 (file)
@@ -50,10 +50,10 @@ inline static void uap_clear_fpu_status(void* uap) {
   (((ucontext_t*)ucontext)->uc_mcontext.gregs[7])
 #define UAP_PROGRAM_COUNTER(ucontext) \
   (((ucontext_t*)ucontext)->uc_mcontext.gregs[14])
-#define UAP_SET_TOC_POINTER(uap, ptr) (void) 0
+#define UAP_SET_TOC_POINTER(uap, ptr) (void)0
 
-#define CODE_TO_FUNCTION_POINTER(code) (void) 0
-#define CODE_TO_FUNCTION_POINTER_CALLBACK(vm, code) (void) 0
+#define CODE_TO_FUNCTION_POINTER(code) (void)0
+#define CODE_TO_FUNCTION_POINTER_CALLBACK(vm, code) (void)0
 #define FUNCTION_CODE_POINTER(ptr) ptr
 #define FUNCTION_TOC_POINTER(ptr) ptr