From c97a1aed74fc54176e0de66fc2b6bbe0767e8de6 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Sun, 24 May 2009 21:53:29 +0000 Subject: Also strip trailing whitespaces in C and Objective-C source files. (Seems I forgot that we got those too :-P) svn-id: r40872 --- backends/platform/ds/arm9/source/fat/io_sccf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backends/platform/ds/arm9/source/fat/io_sccf.c') diff --git a/backends/platform/ds/arm9/source/fat/io_sccf.c b/backends/platform/ds/arm9/source/fat/io_sccf.c index 0c77f4673c..bda628fdaa 100644 --- a/backends/platform/ds/arm9/source/fat/io_sccf.c +++ b/backends/platform/ds/arm9/source/fat/io_sccf.c @@ -57,7 +57,7 @@ bool SCCF_Unlock(void) temp = (~temp & 0xFF); return (CF_REG_LBA1 == temp); #undef CF_REG_LBA1 -} +} bool SCCF_Shutdown(void) { return MPCF_ClearStatus() ; -- cgit v1.2.3