home · contact · privacy
Minor style correction.
authorChristian Heller <c.heller@plomlompom.de>
Wed, 12 Jun 2013 23:48:02 +0000 (01:48 +0200)
committerChristian Heller <c.heller@plomlompom.de>
Wed, 12 Jun 2013 23:48:02 +0000 (01:48 +0200)
windows.h

index 1f3dfa0fd3d9094be287aabe6a2593e63cf2cfa7..7ea160a557d8f72f2212d0bbe88d075a9023458f 100644 (file)
--- a/windows.h
+++ b/windows.h
@@ -5,7 +5,7 @@ struct yx_uint16 {
 struct WinMeta {
   WINDOW * screen;
   WINDOW * pad;
-  uint16_t  pad_offset;
+  uint16_t pad_offset;
   struct Win * chain_start;
   struct Win * chain_end;
   struct Win * active;
@@ -21,7 +21,7 @@ struct Win {
   void (* draw) (struct Win *);
   void * data; };
 
-extern struct  WinMeta init_win_meta (WINDOW *);
+extern struct WinMeta init_win_meta (WINDOW *);
 extern struct Win init_window (struct WinMeta *, char *, void *, void *);
 extern void append_window (struct WinMeta *, struct Win *);
 extern void suspend_window (struct WinMeta *, struct Win *);