diff options
author | Pixel <> | 2001-04-17 03:58:16 +0000 |
---|---|---|
committer | Pixel <> | 2001-04-17 03:58:16 +0000 |
commit | a19da7ded119713b955816f1de69d71eef191ab0 (patch) | |
tree | ab5d3c8f41dda31834bb98f513d36f9d9e8166e1 /include/terminal.h | |
parent | 2a4ea1660a5a4ef6168940176f2f81fa1be93632 (diff) |
Indentation
Diffstat (limited to 'include/terminal.h')
-rw-r--r-- | include/terminal.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/terminal.h b/include/terminal.h index 763c965..cf3eafb 100644 --- a/include/terminal.h +++ b/include/terminal.h @@ -2,11 +2,11 @@ #define __TERMINAL_H__ #include <stdio.h> -extern FILE * input; +extern FILE *input; extern struct termios initial_settings, new_settings; void openterm(void); void clearterm(void); void initterm(void); -#endif
\ No newline at end of file +#endif |