forked from len0rd/rockbox
Remove more tabs
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24550 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
bd0b7363ca
commit
4d5e88245a
18 changed files with 6267 additions and 6267 deletions
|
@ -253,9 +253,9 @@ enum plugin_status plugin_start(const void* parameter)
|
|||
return PLUGIN_ERROR;
|
||||
}
|
||||
|
||||
n = rb->write(fd, buf, 8);
|
||||
n = rb->write(fd, hash, sizeof(hash));
|
||||
n = rb->write(fd, buf + 2, size);
|
||||
n = rb->write(fd, buf, 8);
|
||||
n = rb->write(fd, hash, sizeof(hash));
|
||||
n = rb->write(fd, buf + 2, size);
|
||||
|
||||
rb->close(fd);
|
||||
} else if (memcmp(buf + 1,"nn2x",4)==0) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue