Change tabs to spaces, but only for the files I write. The rest come directly from the fatfs package and are best left untouched.

svn path=/trunk/; revision=69065
This commit is contained in:
David Quintana 2015-09-06 18:24:44 +00:00
parent 163427942d
commit 1a2ad3befe
2 changed files with 379 additions and 379 deletions

View file

@ -25,7 +25,7 @@ DSTATUS disk_initialize (
BYTE pdrv /* Physical drive nmuber (0..) */
)
{
if(pdrv == 0) // only one drive (image file) supported atm.
if (pdrv == 0) /* only one drive (image file) supported atm. */
{
if (driveHandle[0] != NULL)
return 0;

View file

@ -249,7 +249,7 @@ int main(int oargc, char* oargv[])
}
else if (strcmp(parg, "copy") == 0)
{
NEED_PARAMS(2,2)
NEED_PARAMS(2, 2);
NEED_MOUNT();
// Arg 1: src path & filename