agent: Reformat ssh_agent_get_ident_count()

Fixes T188

Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
Reviewed-by: Jakub Jelen <jjelen@redhat.com>
This commit is contained in:
Andreas Schneider
2019-10-31 16:04:56 +01:00
parent b18acbdc7e
commit c820d2a2dc

View File

@@ -307,7 +307,8 @@ static int agent_talk(struct ssh_session_struct *session,
return 0;
}
int ssh_agent_get_ident_count(struct ssh_session_struct *session) {
int ssh_agent_get_ident_count(struct ssh_session_struct *session)
{
ssh_buffer request = NULL;
ssh_buffer reply = NULL;
unsigned int type = 0;