docs: comment space fix

This commit is contained in:
Neeraj C
2020-06-16 08:05:06 +05:30
parent 12f0ec3c45
commit 05aa382a16

View File

@@ -55,9 +55,9 @@ void test2() {
* all the test cases.
*/
void test() {
//First test.
// First test.
test1();
//Second test.
// Second test.
test2();
}