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 2448783b2d
commit 652ce0dae8

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;