]> mj.ucw.cz Git - libucw.git/commitdiff
Whitespace cleanup.
authorPavel Charvat <pchar@ucw.cz>
Wed, 18 May 2011 09:46:18 +0000 (11:46 +0200)
committerPavel Charvat <pchar@ucw.cz>
Wed, 18 May 2011 09:46:18 +0000 (11:46 +0200)
ucw/mainloop.h

index 322ee8b2e737a720b4594811ab14f450498a1298..c19d53ad04b0db03d0c4ad357145216c575012b1 100644 (file)
@@ -397,7 +397,7 @@ struct main_rec_io {
   uns write_throttle_read;                     /* [*] If more than write_throttle_read bytes are buffered, stop reading; 0=no stopping */
   uns (*read_handler)(struct main_rec_io *rio);        /* [*] Called whenever more bytes are read; returns 0 (want more) or number of bytes eaten */
   int (*notify_handler)(struct main_rec_io *rio, int status);  /* [*] Called to notify about errors and other events */
-                                               /* Returns either HOOK_RETRY or HOOK_IDLE. */
+                                               /* Returns either HOOK_RETRY or HOOK_IDLE. */
   struct main_timer timer;
   void *data;                                  /* [*] Data for use by the handlers */
 };