diff options
author | Roy Marples <roy@marples.name> | 2007-04-11 12:44:47 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-04-11 12:44:47 +0000 |
commit | e6674b2caee26d2421215d29977cb91d5731ec8a (patch) | |
tree | 330ef9a3fd817a50ed62438e346e560be08f19fe /src/einfo.h | |
parent | 55884f7959e1c80e573eb7cc3c8749197c11c4c9 (diff) |
Cuddle up to LKML C style
Diffstat (limited to 'src/einfo.h')
-rw-r--r-- | src/einfo.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/einfo.h b/src/einfo.h index d274eefc..29f831a2 100644 --- a/src/einfo.h +++ b/src/einfo.h @@ -18,12 +18,12 @@ typedef enum { - einfo_good, - einfo_warn, - einfo_bad, - einfo_hilite, - einfo_bracket, - einfo_normal + einfo_good, + einfo_warn, + einfo_bad, + einfo_hilite, + einfo_bracket, + einfo_normal } einfo_color_t; /* Colour codes used by the below functions. */ @@ -50,7 +50,7 @@ typedef enum NOTE We use the v suffix here so we can add veinfo for va_list in the future, but veinfo is used by shell scripts as they don't have the va_list concept -*/ + */ bool colour_terminal (void); int einfon (const char *fmt, ...) EINFO_PRINTF (1, 2); int ewarnn (const char *fmt, ...) EINFO_PRINTF (1, 2); |