moonbridge

changeset 253:892175969740

Fixed indentation
author jbe
date Sat Sep 17 15:42:40 2016 +0200 (2016-09-17)
parents d39f818aff02
children cda7988daafe
files moonbridge_io.c
line diff
     1.1 --- a/moonbridge_io.c	Sat Sep 03 12:02:26 2016 +0200
     1.2 +++ b/moonbridge_io.c	Sat Sep 17 15:42:40 2016 +0200
     1.3 @@ -146,10 +146,10 @@
     1.4    else flags &= ~O_NONBLOCK;
     1.5    if (fcntl(handle->fd, F_SETFL, flags) == -1) {
     1.6      moonbr_io_errmsg();
     1.7 - #ifdef MOONBR_IO_USE_TLS
     1.8 +#ifdef MOONBR_IO_USE_TLS
     1.9      if (handle->tls) tls_close(handle->tls);
    1.10  #endif
    1.11 -   close(handle->fd);
    1.12 +    close(handle->fd);
    1.13      handle->fd = -1;
    1.14      handle->closed = 1;
    1.15      luaL_error(L, "Unexpected error in fcntl call: %s", errmsg);

Impressum / About Us