summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/authfile.c
diff options
context:
space:
mode:
authorstevesk <stevesk@openbsd.org>2006-08-01 23:36:11 +0000
committerstevesk <stevesk@openbsd.org>2006-08-01 23:36:11 +0000
commit09c1681d52ab45766d4d221a6a8502464aa056df (patch)
treed51f9a87056669c70d11e81570476b622ca49219 /usr.bin/ssh/authfile.c
parentmove #include <stdio.h> out of includes.h (diff)
downloadwireguard-openbsd-09c1681d52ab45766d4d221a6a8502464aa056df.tar.xz
wireguard-openbsd-09c1681d52ab45766d4d221a6a8502464aa056df.zip
clean extra spaces
Diffstat (limited to 'usr.bin/ssh/authfile.c')
-rw-r--r--usr.bin/ssh/authfile.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/authfile.c b/usr.bin/ssh/authfile.c
index 0f2ea36ba58..f415724d435 100644
--- a/usr.bin/ssh/authfile.c
+++ b/usr.bin/ssh/authfile.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: authfile.c,v 1.74 2006/08/01 23:22:47 stevesk Exp $ */
+/* $OpenBSD: authfile.c,v 1.75 2006/08/01 23:36:11 stevesk Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -195,7 +195,7 @@ key_save_private_pem(Key *key, const char *filename, const char *_passphrase,
return 0;
}
fp = fdopen(fd, "w");
- if (fp == NULL ) {
+ if (fp == NULL) {
error("fdopen %s failed: %s.", filename, strerror(errno));
close(fd);
return 0;