]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
re-indent
authorFrancis Dupont <fdupont@isc.org>
Thu, 12 Aug 2010 09:31:50 +0000 (09:31 +0000)
committerFrancis Dupont <fdupont@isc.org>
Thu, 12 Aug 2010 09:31:50 +0000 (09:31 +0000)
bin/tests/virtual-time/vtwrapper.c

index 9325aded162ec5ba10e94f08fc97f99f88d3945a..649bab60d6edc64bd1a0f4c44823eb89b29b6c0b 100644 (file)
@@ -14,7 +14,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: vtwrapper.c,v 1.3 2010/06/18 23:46:42 tbox Exp $ */
+/* $Id: vtwrapper.c,v 1.4 2010/08/12 09:31:50 fdupont Exp $ */
 
 #define _GNU_SOURCE
 #include <sys/syscall.h>
@@ -278,7 +278,7 @@ kevent(int kq, struct kevent *changelist, int nchanges,
                       nevents, &ts);
 #else
        return syscall(SYS_kevent, kq, changelist, nchanges, eventlist,
-                       nevents, timeout);
+                      nevents, timeout);
 #endif
 }
 #endif