]> gitweb.factorcode.org Git - factor.git/commitdiff
removed some superflous newlines
authorPhil Dawes <phil@phildawes.net>
Thu, 1 Oct 2009 06:33:16 +0000 (07:33 +0100)
committerPhil Dawes <phil@phildawes.net>
Thu, 1 Oct 2009 06:33:16 +0000 (07:33 +0100)
vm/data_heap.hpp
vm/os-unix.cpp
vm/quotations.hpp
vm/strings.hpp

index 515a0cc54e4f5e34aa1f65d1914f0f5d6f864845..88216e3191d57b9ff50e1218f612a45fc65a23c2 100755 (executable)
@@ -62,5 +62,4 @@ inline static bool in_zone(zone *z, object *pointer)
        return (cell)pointer >= z->start && (cell)pointer < z->end;
 }
 
-
 }
index c8566d8f391fd9f34ef86a95aeefb42fcd03372e..a19af0da07a2f53228e1d4623014e9d60affa803 100644 (file)
@@ -130,7 +130,6 @@ stack_frame *factor_vm::uap_stack_pointer(void *uap)
                return NULL;
 }
 
-
 void factor_vm::memory_signal_handler(int signal, siginfo_t *siginfo, void *uap)
 {
        signal_fault_addr = (cell)siginfo->si_addr;
index e46b129918ef90247ee029ee06e9b3edc99550bc..df079b3c477a98f3e2e689641820b22ac12deea8 100755 (executable)
@@ -23,7 +23,6 @@ struct quotation_jit : public jit {
        void iterate_quotation();
 };
 
-
 VM_ASM_API cell lazy_jit_compile_impl(cell quot, stack_frame *stack, factor_vm *myvm);
 
 }
index 8e4e52b9e309aae8d4c8c687e8c79970f9d5bd3b..727ca8516e84eac83250261148bf84df2ffc6aa5 100644 (file)
@@ -11,5 +11,4 @@ inline static cell string_size(cell size)
        return sizeof(string) + size;
 }
 
-
 }