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:
parent
62450fa402
commit
52cf1f2652
1 changed files with 4 additions and 4 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue