From c8e6d783bc86d8688ccd9a88236fc9dbb46409b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Mon, 27 Feb 2017 23:06:42 +0100 Subject: [PATCH] fixed indentation --- comport.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comport.c b/comport.c index 7b62cbf..089cac8 100644 --- a/comport.c +++ b/comport.c @@ -1776,7 +1776,7 @@ static void comport_enum(t_comport *x) /* now see if it has attributes */ if ((tcgetattr(fd, &test)) != -1) post("\t%d\t%s", i, glob_buffer.gl_pathv[i]);// this one really exists - close (fd); + close (fd); } } #endif /* _WIN32 */