tweaks: normalize the indentation after the previous change
parent
dd1b16cd54
commit
8249f3560f
src
|
@ -197,7 +197,7 @@ int mbwidth(const char *c)
|
|||
return 1;
|
||||
}
|
||||
|
||||
/* Convert the Unicode value in code to a multibyte character, if possible.
|
||||
/* Convert the given Unicode value to a multibyte character, if possible.
|
||||
* If the conversion succeeds, return the (dynamically allocated) multibyte
|
||||
* character and its length. Otherwise, return a length of zero. */
|
||||
char *make_mbchar(long code, int *length)
|
||||
|
|
Loading…
Reference in New Issue