indent im.c im.h

This commit is contained in:
Bill Kendrick 2017-10-15 10:58:14 -07:00
parent 5b4e0dd53f
commit 0796dc924c
2 changed files with 1003 additions and 796 deletions

586
src/im.c

File diff suppressed because it is too large Load diff

View file

@ -33,7 +33,8 @@
* TYPES
*/
typedef struct IM_DATA {
typedef struct IM_DATA
{
int lang; /* Language used in sequence translation */
wchar_t s[16]; /* Characters that should be displayed */
const char *tip_text; /* Tip text, read-only please */