From fe97be352c5161a2205ede1ca4bc54e9b3c21516 Mon Sep 17 00:00:00 2001 From: Konstantin Runov <101004736+runebone@users.noreply.github.com> Date: Fri, 26 Aug 2022 12:17:55 +0300 Subject: [PATCH] FIX: typo in c++ quote (id 32): extra \t after ; (#3439) --- frontend/static/quotes/code_c++.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/static/quotes/code_c++.json b/frontend/static/quotes/code_c++.json index ffc9eb7dc..a2d36ee37 100644 --- a/frontend/static/quotes/code_c++.json +++ b/frontend/static/quotes/code_c++.json @@ -194,9 +194,9 @@ "id": 31 }, { - "text": "void Person::set_p(int id, char n[]) {\\n\\tthis->id = id;\\n\\tstrcpy(this->name, n);\\t \\n}", + "text": "void Person::set_p(int id, char n[]) {\\n\\tthis->id = id;\\n\\tstrcpy(this->name, n);\\n}", "source": "geeksforgeeks - Inheritance in C++", - "length": 90, + "length": 85, "id": 32 } ]