mirror of
https://github.com/urbit/shrub.git
synced 2025-01-06 04:07:23 +03:00
Trailing whitespace and stuff.
This commit is contained in:
parent
b3b2f40893
commit
b2cabcc281
2
f/trac.c
2
f/trac.c
@ -487,7 +487,7 @@ u2_tx_in_profile(u2_ray wir_r)
|
|||||||
|
|
||||||
return u2_trac_at(rac_r, cor.pro);
|
return u2_trac_at(rac_r, cor.pro);
|
||||||
}
|
}
|
||||||
|
|
||||||
static u2_bean
|
static u2_bean
|
||||||
_tx_map_ok(u2_wire wir_r,
|
_tx_map_ok(u2_wire wir_r,
|
||||||
u2_noun a)
|
u2_noun a)
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/* include/rail.h
|
/* include/meme.h
|
||||||
**
|
**
|
||||||
** This file is in the public domain.
|
** This file is in the public domain.
|
||||||
*/
|
*/
|
||||||
@ -12,6 +12,19 @@
|
|||||||
# define u2_leak_off (COD_w = 0)
|
# define u2_leak_off (COD_w = 0)
|
||||||
# endif
|
# endif
|
||||||
|
|
||||||
|
/** Data structures.
|
||||||
|
**/
|
||||||
|
typedef struct _u2_road {
|
||||||
|
void* cap_v; // top of transient region
|
||||||
|
void* hat_v; // top of new durable region
|
||||||
|
void* mat_v; // bottom of transient region
|
||||||
|
void* rut_v; // bottom of new durable region
|
||||||
|
} u2_road;
|
||||||
|
|
||||||
|
typedef struct _u2_town {
|
||||||
|
u2_town* par_u;
|
||||||
|
} u2_town;
|
||||||
|
|
||||||
/** Data types.
|
/** Data types.
|
||||||
**/
|
**/
|
||||||
/** Ray types.
|
/** Ray types.
|
Loading…
Reference in New Issue
Block a user