summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2012-05-11 18:27:01 +0200
committerMichael Adam <obnox@samba.org>2012-05-13 22:41:48 +0200
commit3583922c8277bf0ab9003953cb0a6ba27b7e7988 (patch)
treed261f295cde3131315ce36e8b62abb47d208cbdf /lib
parent8f887ce1643fccf14944b05f41fee5c8e29502cd (diff)
downloadsamba-3583922c8277bf0ab9003953cb0a6ba27b7e7988.tar.gz
samba-3583922c8277bf0ab9003953cb0a6ba27b7e7988.tar.bz2
samba-3583922c8277bf0ab9003953cb0a6ba27b7e7988.zip
tevent: fix indentation in the wscript
(accidentially commited in 5e8dee8d96a7522cdcde57dbbf93fbe9c614992e)
Diffstat (limited to 'lib')
-rw-r--r--lib/tevent/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tevent/wscript b/lib/tevent/wscript
index d5d6791b62..2e6c2a6e6e 100644
--- a/lib/tevent/wscript
+++ b/lib/tevent/wscript
@@ -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'):