summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Schneider <mail@cynapses.org>2009-04-27 10:25:31 +0000
committerAndreas Schneider <mail@cynapses.org>2009-04-27 10:25:31 +0000
commit367f4b999a2e9a438fb1c0e5bedf81842f7b9665 (patch)
treed7faaea1748647212250a379adc8a8dee221032f
parent75c3996a49c6ba1097dfdbf0b756d5b622b65997 (diff)
downloadlibssh-367f4b999a2e9a438fb1c0e5bedf81842f7b9665.tar.gz
libssh-367f4b999a2e9a438fb1c0e5bedf81842f7b9665.tar.xz
libssh-367f4b999a2e9a438fb1c0e5bedf81842f7b9665.zip
Reformat sftp_utimes().
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@613 7dcaeef0-15fb-0310-b436-a5af3365683c
-rw-r--r--libssh/sftp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libssh/sftp.c b/libssh/sftp.c
index a4502b6..9d9b15e 100644
--- a/libssh/sftp.c
+++ b/libssh/sftp.c
@@ -2184,7 +2184,8 @@ int sftp_chmod(SFTP_SESSION *sftp, const char *file, mode_t mode) {
}
/* Change the last modification and access time of a file. */
-int sftp_utimes(SFTP_SESSION *sftp, const char *file, const struct timeval *times) {
+int sftp_utimes(SFTP_SESSION *sftp, const char *file,
+ const struct timeval *times) {
SFTP_ATTRIBUTES attr;
ZERO_STRUCT(attr);