mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-04-04 02:59:43 +08:00
docs: comment space fix
This commit is contained in:
@@ -55,9 +55,9 @@ void test2() {
|
||||
* all the test cases.
|
||||
*/
|
||||
void test() {
|
||||
//First test.
|
||||
// First test.
|
||||
test1();
|
||||
//Second test.
|
||||
// Second test.
|
||||
test2();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user