From 652ce0dae88b8daf6e49b14b4bd32c0ae19b045b Mon Sep 17 00:00:00 2001 From: Gareth Rees Date: Mon, 23 Jul 2018 10:38:47 +0100 Subject: [PATCH] Fix indentation in globalsdescribe. Copied from Perforce Change: 194708 --- mps/code/global.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mps/code/global.c b/mps/code/global.c index 022be58efd0..3417d0c75ef 100644 --- a/mps/code/global.c +++ b/mps/code/global.c @@ -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;