diff options
author | Ryo Nakamura <upa@haeena.net> | 2022-10-29 23:48:50 +0900 |
---|---|---|
committer | Ryo Nakamura <upa@haeena.net> | 2022-10-29 23:48:50 +0900 |
commit | c76fa3141dd648b145dde2534a1ca3824ff81466 (patch) | |
tree | 6be1bc1f5ce8c0a200b65cba34987b1df2844239 /src/ssh.h | |
parent | ff697aa514b13cbb8105f2f3c04c1889820796d9 (diff) |
change indent from space to tab
Diffstat (limited to 'src/ssh.h')
-rw-r--r-- | src/ssh.h | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -6,14 +6,14 @@ struct ssh_opts { - char *login_name; /* -l */ - char *port; /* -p */ - char *identity; /* -i */ - char *cipher; /* -c */ - int compress; /* -C */ - int debuglevel; /* -v */ - - char *password; /* filled at the first connecting phase */ + char *login_name; /* -l */ + char *port; /* -p */ + char *identity; /* -i */ + char *cipher; /* -c */ + int compress; /* -C */ + int debuglevel; /* -v */ + + char *password; /* filled at the first connecting phase */ }; /* ssh_make_sftp_session() creates sftp_session. sshdst accpets |