diff options
Diffstat (limited to 'util/nvramtool/common.h')
-rw-r--r-- | util/nvramtool/common.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/util/nvramtool/common.h b/util/nvramtool/common.h index 6061e6e614..5d6e2046d7 100644 --- a/util/nvramtool/common.h +++ b/util/nvramtool/common.h @@ -77,7 +77,7 @@ #define CMOS_RESULT_START 0x30000 #define CMOS_OP_RESULT_START 0x40000 -#define OK 0 /* 0 is used universally to indicate success. */ +#define OK 0 /* 0 is used universally to indicate success. */ #define LINE_EOF (COMMON_RESULT_START + 0) #define LINE_TOO_LONG (COMMON_RESULT_START + 1) @@ -88,8 +88,8 @@ extern const char prog_name[]; /* version of this program */ extern const char prog_version[]; -int get_line_from_file (FILE *f, char line[], int line_buf_size); -void out_of_memory (void); -void usage (FILE *outfile); +int get_line_from_file(FILE * f, char line[], int line_buf_size); +void out_of_memory(void); +void usage(FILE * outfile); -#endif /* COMMON_H */ +#endif /* COMMON_H */ |