From 5a4def747897c1c6ffbe465506d846c7c686d3e9 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Wed, 13 Oct 2010 14:05:35 +0000 Subject: Clean up excessive whitespace at the end of each line using the wspurify tool made by Laszlo Monda --- Projects/TempDataLogger/Lib/FATFs/diskio.c | 1 + 1 file changed, 1 insertion(+) (limited to 'Projects/TempDataLogger/Lib/FATFs/diskio.c') diff --git a/Projects/TempDataLogger/Lib/FATFs/diskio.c b/Projects/TempDataLogger/Lib/FATFs/diskio.c index 68c2aeb97..c18151284 100644 --- a/Projects/TempDataLogger/Lib/FATFs/diskio.c +++ b/Projects/TempDataLogger/Lib/FATFs/diskio.c @@ -97,3 +97,4 @@ DWORD get_fattime (void) ((DWORD)Minute << 5) | (((DWORD)Second >> 1) << 0); } + -- cgit v1.2.3