diff options
author | root <root@avtech.domain.avtechpulse.com> | 1999-12-31 19:19:51 -0500 |
---|---|---|
committer | root <root@avtech.domain.avtechpulse.com> | 1999-12-31 19:19:51 -0500 |
commit | ece85faac3414a45bea81831d389cedbc87eacb3 (patch) | |
tree | ea5c2114c865d7f46b35cf1af4ce5ab42e512fb4 /device-functions.c | |
parent | 05cd0a817efa7e46ef0609f66eeb1888718e2cd6 (diff) |
astyle fixes
Diffstat (limited to 'device-functions.c')
-rw-r--r-- | device-functions.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |