mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 15:48:51 +00:00
indent doc.odin, makes it render nicely on the documentation site
This commit is contained in:
@@ -34,6 +34,5 @@ spall_enter :: proc "contextless" (proc_address, call_site_return_address: rawpt
|
|||||||
spall_exit :: proc "contextless" (proc_address, call_site_return_address: rawptr, loc: runtime.Source_Code_Location) {
|
spall_exit :: proc "contextless" (proc_address, call_site_return_address: rawptr, loc: runtime.Source_Code_Location) {
|
||||||
spall._buffer_end(&spall_ctx, &spall_buffer)
|
spall._buffer_end(&spall_ctx, &spall_buffer)
|
||||||
}
|
}
|
||||||
|
|
||||||
*/
|
*/
|
||||||
package spall
|
package spall
|
||||||
|
|||||||
Reference in New Issue
Block a user