summaryrefslogtreecommitdiff
path: root/terminal/terminal.h
diff options
context:
space:
mode:
Diffstat (limited to 'terminal/terminal.h')
-rw-r--r--terminal/terminal.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/terminal/terminal.h b/terminal/terminal.h
index 06b8f5a..0106f29 100644
--- a/terminal/terminal.h
+++ b/terminal/terminal.h
@@ -4,7 +4,6 @@
#include <stdint.h>
#include <stdbool.h>
-
//
// Terminal emulator implementing (a subset) of console codes of the
// linux console (see man 4 console_codes)
@@ -74,5 +73,4 @@ terminal_tty terminal_init(term_out *screen,term_in *input);
bool terminal_put(terminal_tty *tty, uint8_t c);
void terminal_kb(terminal_tty *tty, uint8_t c);
-
#endif