summaryrefslogtreecommitdiffstats
path: root/source/dialogs
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2017-01-11 09:11:19 +0100
committerDave Davenport <qball@gmpclient.org>2017-01-11 09:11:19 +0100
commitbfae111579dda5f08427b4c55c591c5c21643244 (patch)
treee9fc3d3fe0649d41a694dca6524554c31b3b7e94 /source/dialogs
parentd1edf0dc081a4c325ed3ded30c0648b5495e9a47 (diff)
Fix indenting and header commenting.
Diffstat (limited to 'source/dialogs')
-rw-r--r--source/dialogs/ssh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/dialogs/ssh.c b/source/dialogs/ssh.c
index 8cfe68fd..c0ba2f8c 100644
--- a/source/dialogs/ssh.c
+++ b/source/dialogs/ssh.c
@@ -198,7 +198,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.