shithub: orca

Download patch

ref: e7b18481bbd425c5bba5921d8f0964171faee852
parent: 393635d53404d9a9a5b7865bbe3afd068e4fc1ed
author: cancel <cancel@cancel.fm>
date: Sun Nov 25 22:44:29 EST 2018

Reformat

--- a/field.h
+++ b/field.h
@@ -12,7 +12,8 @@
 Term field_peek(Field* f, U32 y, U32 x);
 Term field_peek_relative(Field* f, U32 y, U32 x, I32 offs_y, I32 offs_x);
 void field_poke(Field* f, U32 y, U32 x, Term term);
-void field_poke_relative(Field* f, U32 y, U32 x, I32 offs_y, I32 offs_x, Term term);
+void field_poke_relative(Field* f, U32 y, U32 x, I32 offs_y, I32 offs_x,
+                         Term term);
 
 void field_fput(Field* f, FILE* stream);