cleanup line endings

This commit is contained in:
Kolten Pearson 2023-05-02 22:23:25 -06:00
parent 2c96dbe7ea
commit ec7fefe302
5 changed files with 5 additions and 5 deletions

View File

@ -81,4 +81,4 @@ T py_pointer_cast(VM* vm, PyObject* var){
VoidP& p = CAST(VoidP&, var); VoidP& p = CAST(VoidP&, var);
return reinterpret_cast<T>(p.ptr); return reinterpret_cast<T>(p.ptr);
} }
} // namespace pkpy } // namespace pkpy

View File

@ -116,4 +116,4 @@ inline void FuncDecl::_gc_mark() const{
for(int i=0; i<kwargs.size(); i++) OBJ_MARK(kwargs[i].value); for(int i=0; i<kwargs.size(); i++) OBJ_MARK(kwargs[i].value);
} }
} // namespace pkpy } // namespace pkpy

View File

@ -370,4 +370,4 @@ struct Py_<DummyModule> final: PyObject {
}; };
} // namespace pkpy } // namespace pkpy

View File

@ -93,4 +93,4 @@ struct ArgsView{
return ret; return ret;
} }
}; };
} // namespace pkpy } // namespace pkpy

View File

@ -1202,4 +1202,4 @@ inline Str obj_type_name(VM *vm, Type type){
#undef PY_VAR_INT #undef PY_VAR_INT
#undef PY_VAR_FLOAT #undef PY_VAR_FLOAT
} // namespace pkpy } // namespace pkpy