From 9a62bfd17284a424cafd4ce649076127eafc2f5d Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Sat, 3 Jun 2017 20:35:50 +0200 Subject: Run indenter. --- source/dialogs/ssh.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/dialogs/ssh.c') diff --git a/source/dialogs/ssh.c b/source/dialogs/ssh.c index ccba8eb9..1aa0da0d 100644 --- a/source/dialogs/ssh.c +++ b/source/dialogs/ssh.c @@ -201,7 +201,7 @@ static char **read_hosts_file ( char ** retv, unsigned int *length ) // Reading one line per time. while ( getline ( &buffer, &buffer_length, fd ) > 0 ) { // Evaluate one line. - unsigned int index = 0, ti = 0; + unsigned int index = 0, ti = 0; char *token = buffer; // Tokenize it. -- cgit v1.2.3