aboutsummaryrefslogtreecommitdiffstats
path: root/src/tty.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tty.h')
-rw-r--r--src/tty.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/tty.h b/src/tty.h
index 14a791b..1da8339 100644
--- a/src/tty.h
+++ b/src/tty.h
@@ -12,6 +12,9 @@
/*
* $Log$
+ * Revision 1.2 2008/02/07 00:43:27 james
+ * *** empty log message ***
+ *
* Revision 1.1 2008/02/06 20:26:58 james
* *** empty log message ***
*
@@ -20,8 +23,9 @@
#ifndef __TTY_H__
#define __TTY_H__
-typedef struct {
- int fd;
+typedef struct
+{
+ int fd;
} TTY;
#endif /* __TTY_H__ */