mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 19:40:18 +00:00
cleanup line endings
This commit is contained in:
parent
2c96dbe7ea
commit
ec7fefe302
@ -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
|
2
src/gc.h
2
src/gc.h
@ -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
|
@ -370,4 +370,4 @@ struct Py_<DummyModule> final: PyObject {
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
} // namespace pkpy
|
} // namespace pkpy
|
@ -93,4 +93,4 @@ struct ArgsView{
|
|||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
} // namespace pkpy
|
} // namespace pkpy
|
Loading…
x
Reference in New Issue
Block a user