aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/ds/arm9/source/fat/io_sccf.c
diff options
context:
space:
mode:
authorJohannes Schickel2009-05-24 21:53:29 +0000
committerJohannes Schickel2009-05-24 21:53:29 +0000
commitc97a1aed74fc54176e0de66fc2b6bbe0767e8de6 (patch)
tree5fed1a82a5546fd28d5d6b6695a6fe6be30f75fa /backends/platform/ds/arm9/source/fat/io_sccf.c
parentfd0578f151193e8fe4f31415c631f08d7179ddf9 (diff)
downloadscummvm-rg350-c97a1aed74fc54176e0de66fc2b6bbe0767e8de6.tar.gz
scummvm-rg350-c97a1aed74fc54176e0de66fc2b6bbe0767e8de6.tar.bz2
scummvm-rg350-c97a1aed74fc54176e0de66fc2b6bbe0767e8de6.zip
Also strip trailing whitespaces in C and Objective-C source files. (Seems I forgot that we got those too :-P)
svn-id: r40872
Diffstat (limited to 'backends/platform/ds/arm9/source/fat/io_sccf.c')
-rw-r--r--backends/platform/ds/arm9/source/fat/io_sccf.c2
1 files changed, 1 insertions, 1 deletions
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() ;