flags |= O_BINARY;
#endif /* O_BINARY */
- if ((fd = open(filename, flags, 0644))
- == -1) {
+ if ((fd = open(filename, flags, 0644)) == -1) {
SILC_LOG_ERROR(("Cannot open file %s for writing: %s", filename,
strerror(errno)));
return -1;
flags |= O_BINARY;
#endif /* O_BINARY */
- if ((fd = open(filename, flags, 0644))
- == -1) {
+ if ((fd = open(filename, flags, 0644)) == -1) {
SILC_LOG_ERROR(("Cannot open file %s for writing: %s", filename,
strerror(errno)));
return -1;