Indent fixes

git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@878 423420c4-83ab-492f-b58f-81f9feb106b5
This commit is contained in:
Peter Åstrand 2005-04-03 18:08:05 +00:00
parent 3921776285
commit f5bce2e0a9
4 changed files with 11 additions and 10 deletions

3
disk.c
View File

@ -120,7 +120,8 @@ struct dummy_statfs_t
int f_namemax;
};
int dummy_statfs(struct dummy_statfs_t *buf)
int
dummy_statfs(struct dummy_statfs_t *buf)
{
buf->f_blocks = 262144;
buf->f_bfree = 131072;