Changed multi-line C comments into another style.
The left side doesn't look unbalanced.
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
/*
|
||||
* test program for the debugger
|
||||
*
|
||||
* press 'd' to enter the debugger
|
||||
*
|
||||
*/
|
||||
** test program for the debugger
|
||||
**
|
||||
** press 'd' to enter the debugger
|
||||
**
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <conio.h>
|
||||
|
||||
Reference in New Issue
Block a user