From 9d837d7ff2e97b72b51f4781148d2e079ad77769 Mon Sep 17 00:00:00 2001 From: Pavel Charvat Date: Wed, 18 May 2011 11:46:18 +0200 Subject: [PATCH] Whitespace cleanup. --- ucw/mainloop.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ucw/mainloop.h b/ucw/mainloop.h index 322ee8b2..c19d53ad 100644 --- a/ucw/mainloop.h +++ b/ucw/mainloop.h @@ -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 */ }; -- 2.39.5