summaryrefslogtreecommitdiffstats
path: root/source/dialogs
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-06-05 20:41:10 +0200
committerDave Davenport <qball@gmpclient.org>2016-06-05 20:41:10 +0200
commit9ff7a26c7e12fa73fb7a129847ef7231c5373f6d (patch)
tree5a5c9d66edde930cfb7b183474d2184078f45e97 /source/dialogs
parentd3633d103a6c07a455dd31619081b964fc40764f (diff)
Some indenting fixes
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 95bcd080..8e1a6da7 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.