1
Fork 0
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:
Gareth Rees 2018-07-23 10:38:47 +01:00
parent e93f962230
commit b01929e8fb

View file

@ -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;