From b2801fb887fe40875b3ec90619b011b45c1d2796 Mon Sep 17 00:00:00 2001 From: B Stack Date: Fri, 19 Jun 2020 16:18:18 -0400 Subject: add upstream 10.25 --- zen/json.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zen/json.h') diff --git a/zen/json.h b/zen/json.h index 725874f7..0d23719c 100644 --- a/zen/json.h +++ b/zen/json.h @@ -43,7 +43,7 @@ struct JsonValue std::string serializeJson(const JsonValue& jval, - const std::string& lineBreak = "\r\n", + const std::string& lineBreak = "\n", const std::string& indent = " "); //noexcept -- cgit