From 1cdc7c6e437a61282760159136f87542ca93f2a0 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Wed, 29 Apr 2009 11:47:18 +0000 Subject: [PATCH] Format ssh_bind_set_options(). git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@649 7dcaeef0-15fb-0310-b436-a5af3365683c --- libssh/server.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libssh/server.c b/libssh/server.c index 47c509f4..1b427424 100644 --- a/libssh/server.c +++ b/libssh/server.c @@ -125,8 +125,8 @@ SSH_BIND *ssh_bind_new(void) { return ptr; } -void ssh_bind_set_options(SSH_BIND *ssh_bind, SSH_OPTIONS *options){ - ssh_bind->options=options; +void ssh_bind_set_options(SSH_BIND *ssh_bind, SSH_OPTIONS *options) { + ssh_bind->options = options; } int ssh_bind_listen(SSH_BIND *ssh_bind){