aboutsummaryrefslogtreecommitdiff
path: root/Projects/Webserver/Lib/FATFs/ff.c
diff options
context:
space:
mode:
authorDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2010-10-13 14:05:35 +0000
committerDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2010-10-13 14:05:35 +0000
commitd2735a110bbe27820b50c4f216c8f97581961d81 (patch)
treee5a9ca31ab554e993f1a9041e44976cf7b253921 /Projects/Webserver/Lib/FATFs/ff.c
parent159809e4204c5e0ccb83f666d03b4881d3ce3f1e (diff)
Clean up excessive whitespace at the end of each line using the wspurify tool made by Laszlo Monda
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1524 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Projects/Webserver/Lib/FATFs/ff.c')
-rw-r--r--Projects/Webserver/Lib/FATFs/ff.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/Projects/Webserver/Lib/FATFs/ff.c b/Projects/Webserver/Lib/FATFs/ff.c
index 31340df8..cb2b4250 100644
--- a/Projects/Webserver/Lib/FATFs/ff.c
+++ b/Projects/Webserver/Lib/FATFs/ff.c
@@ -2289,7 +2289,7 @@ FRESULT f_close (
#if _FS_REENTRANT
res = validate(fp->fs, fp->id);
if (res == FR_OK) {
- res = dec_lock(fp->fs, fp->lockid);
+ res = dec_lock(fp->fs, fp->lockid);
unlock_fs(fp->fs, FR_OK);
}
#else
@@ -3539,7 +3539,7 @@ int f_printf (
res++;
}
do {
- cc = f_putc(s[--i], fil);
+ cc = f_putc(s[--i], fil);
res++;
} while (i && cc != EOF);
if (cc != EOF) cc = 0;
@@ -3551,3 +3551,4 @@ int f_printf (
#endif /* !_FS_READONLY */
#endif /* _USE_STRFUNC */
+