1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-11-30 13:01:23 +03:00

Fixed indent.

This commit is contained in:
Andreas Schneider
2009-12-01 16:59:41 +01:00
parent f83f837de7
commit 7962029bdc

View File

@@ -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;
}