diff options
author | Michael Adam <obnox@samba.org> | 2012-05-11 18:27:01 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2012-05-13 22:41:48 +0200 |
commit | 3583922c8277bf0ab9003953cb0a6ba27b7e7988 (patch) | |
tree | d261f295cde3131315ce36e8b62abb47d208cbdf | |
parent | 8f887ce1643fccf14944b05f41fee5c8e29502cd (diff) | |
download | samba-3583922c8277bf0ab9003953cb0a6ba27b7e7988.tar.gz samba-3583922c8277bf0ab9003953cb0a6ba27b7e7988.tar.xz samba-3583922c8277bf0ab9003953cb0a6ba27b7e7988.zip |
tevent: fix indentation in the wscript
(accidentially commited in 5e8dee8d96a7522cdcde57dbbf93fbe9c614992e)
-rw-r--r-- | lib/tevent/wscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tevent/wscript b/lib/tevent/wscript index d5d6791b629..2e6c2a6e6ef 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'): |