1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 16:51:06 -07:00

Indentation.

Copied from Perforce
 Change: 180148
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Gareth Rees 2012-10-29 22:27:20 +00:00
parent 62450fa402
commit 52cf1f2652

View file

@ -594,10 +594,10 @@ branch prediction should work well since the test almost never fails).
points`::
typedef struct mps_ap_s {
mps_addr_t init;
mps_addr_t alloc;
mps_addr_t limit;
/* ... private fields ... */
mps_addr_t init;
mps_addr_t alloc;
mps_addr_t limit;
/* ... private fields ... */
} mps_ap_s;
``init`` is the limit of initialized memory.