From 7962029bdcf67c9be0f8e15731c5c3d0fa1f4593 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Tue, 1 Dec 2009 16:59:41 +0100 Subject: Fixed indent. --- libssh/misc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libssh/misc.c') diff --git a/libssh/misc.c b/libssh/misc.c index f2bd5ed..71679d4 100644 --- a/libssh/misc.c +++ b/libssh/misc.c @@ -87,8 +87,8 @@ char *ssh_get_user_home_dir(void) { return NULL; } - /* we have read access on file */ - int ssh_file_readaccess_ok(const char *file) { +/* we have read access on file */ +int ssh_file_readaccess_ok(const char *file) { if (_access(file, 4) < 0) { return 0; } -- cgit