mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
Fix indentation in globalsdescribe.
Copied from Perforce Change: 194708
This commit is contained in:
parent
2448783b2d
commit
652ce0dae8
1 changed files with 1 additions and 1 deletions
|
|
@ -1045,7 +1045,7 @@ Res GlobalsDescribe(Globals arenaGlobals, mps_lib_FILE *stream, Count depth)
|
|||
if (res != ResOK)
|
||||
return res;
|
||||
|
||||
res = HistoryDescribe(ArenaHistory(arena), stream, depth);
|
||||
res = HistoryDescribe(ArenaHistory(arena), stream, depth + 2);
|
||||
if (res != ResOK)
|
||||
return res;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue