Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2738 → Rev 2739

/trunk/uspace/srv/fs/tmpfs/tmpfs_ops.c
391,7 → 391,7
bytes);
} else {
int i;
tmpfs_dentry_t *cur = dentry->child;
tmpfs_dentry_t *cur;
assert(dentry->type == TMPFS_DIRECTORY);