From 367f4b999a2e9a438fb1c0e5bedf81842f7b9665 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Mon, 27 Apr 2009 10:25:31 +0000 Subject: Reformat sftp_utimes(). git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@613 7dcaeef0-15fb-0310-b436-a5af3365683c --- libssh/sftp.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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); -- cgit