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 } ]