On 07/05/2012 06:16 PM, Paolo Bonzini wrote:
>
> struct EventNotifier {
> - int fd;
> +int fd;
> };
>
If you're fixing whitespace, might as well fix it correctly.
--
error compiling committee.c: too many arguments to function
Signed-off-by: Paolo Bonzini
---
event_notifier.c |7 +++
event_notifier.h |3 ++-
2 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/event_notifier.c b/event_notifier.c
index c339bfe..99c376c 100644
--- a/event_notifier.c
+++ b/event_notifier.c
@@ -10,11 +10,18 @@
* See