fixed indentation

This commit is contained in:
IOhannes m zmölnig 2017-02-27 23:06:42 +01:00
parent d63a61098b
commit c8e6d783bc

View file

@ -1776,7 +1776,7 @@ static void comport_enum(t_comport *x)
/* now see if it has attributes */ /* now see if it has attributes */
if ((tcgetattr(fd, &test)) != -1) if ((tcgetattr(fd, &test)) != -1)
post("\t%d\t%s", i, glob_buffer.gl_pathv[i]);// this one really exists post("\t%d\t%s", i, glob_buffer.gl_pathv[i]);// this one really exists
close (fd); close (fd);
} }
} }
#endif /* _WIN32 */ #endif /* _WIN32 */