mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-03-26 08:41:47 -07:00
Fix indentation in globalsdescribe.
Copied from Perforce Change: 194708
This commit is contained in:
parent
e93f962230
commit
b01929e8fb
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…
Add table
Add a link
Reference in a new issue