Changed multi-line C comments into another style.
The left side doesn't look unbalanced.
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
/*
|
||||
* Ullrich von Bassewitz, 2012-11-26
|
||||
*
|
||||
* Minimum value of a long. Is used in ascii conversions, since this value
|
||||
* has no positive counterpart than can be represented in 32 bits. In C,
|
||||
* since the compiler will convert to the correct character set for the
|
||||
* target platform.
|
||||
*/
|
||||
** Ullrich von Bassewitz, 2012-11-26
|
||||
**
|
||||
** Minimum value of a long. Is used in ascii conversions, since this value
|
||||
** has no positive counterpart than can be represented in 32 bits. In C,
|
||||
** since the compiler will convert to the correct character set for the
|
||||
** target platform.
|
||||
*/
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user