tevent: fix indentation in the wscript
authorMichael Adam <obnox@samba.org>
Fri, 11 May 2012 16:27:01 +0000 (18:27 +0200)
committerMichael Adam <obnox@samba.org>
Sun, 13 May 2012 20:41:48 +0000 (22:41 +0200)
(accidentially commited in 5e8dee8d96a7522cdcde57dbbf93fbe9c614992e)

lib/tevent/wscript

index d5d6791b629cc576847e9fd3be440a3682917c00..2e6c2a6e6ef92c0c404e31fe4cef5031083456de 100644 (file)
@@ -66,7 +66,7 @@ def build(bld):
 
     SRC = '''tevent.c tevent_debug.c tevent_fd.c tevent_immediate.c
              tevent_queue.c tevent_req.c tevent_select.c
-         tevent_poll.c
+             tevent_poll.c
              tevent_signal.c tevent_standard.c tevent_timed.c tevent_util.c tevent_wakeup.c'''
 
     if bld.CONFIG_SET('HAVE_EPOLL'):