summaryrefslogtreecommitdiff
path: root/sftp-glob.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2003-11-21 23:56:47 +1100
committerDamien Miller <djm@mindrot.org>2003-11-21 23:56:47 +1100
commit787b2ec18c013a5076765f93882550918658ea89 (patch)
tree7f33575e4c909759321a234a29d052f842cb589f /sftp-glob.c
parenta8e06cef35c205e1aa562513c6d034a10c8c9a6d (diff)
more whitespace (tabs this time)
Diffstat (limited to 'sftp-glob.c')
-rw-r--r--sftp-glob.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sftp-glob.c b/sftp-glob.c
index 4f2234654..f099227f9 100644
--- a/sftp-glob.c
+++ b/sftp-glob.c
@@ -70,7 +70,7 @@ fudge_readdir(struct SFTP_OPENDIR *od)
70#ifdef __GNU_LIBRARY__ 70#ifdef __GNU_LIBRARY__
71 static int inum = 1; 71 static int inum = 1;
72#endif /* __GNU_LIBRARY__ */ 72#endif /* __GNU_LIBRARY__ */
73 73
74 if (od->dir[od->offset] == NULL) 74 if (od->dir[od->offset] == NULL)
75 return(NULL); 75 return(NULL);
76 76