From ece85faac3414a45bea81831d389cedbc87eacb3 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 31 Dec 1999 19:19:51 -0500 Subject: astyle fixes --- device-functions.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device-functions.c b/device-functions.c index be715a2..90a5f92 100644 --- a/device-functions.c +++ b/device-functions.c @@ -4636,7 +4636,7 @@ int IO_Setup_RS232(int baud, char parity, char stopbits, char databits, char har // FIXME implement serial port changes here FILE* configfile = fopen("/tmp/instgettyopts", "w"); - if(configfile){ + if(configfile) { fprintf(configfile, "OPTS=-L %s\n", hardhand ? "-h" : ""); fprintf(configfile, "BAUD=%d\n", baud); fclose(configfile); -- cgit