aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/ds/arm9/source/fat/io_m3_common.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_m3_common.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_m3_common.c')
-rw-r--r--backends/platform/ds/arm9/source/fat/io_m3_common.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/backends/platform/ds/arm9/source/fat/io_m3_common.c b/backends/platform/ds/arm9/source/fat/io_m3_common.c
index ab2c143327..9c8280c808 100644
--- a/backends/platform/ds/arm9/source/fat/io_m3_common.c
+++ b/backends/platform/ds/arm9/source/fat/io_m3_common.c
@@ -1,13 +1,13 @@
/*
- io_m3_common.c
+ io_m3_common.c
Routines common to all version of the M3
-
+
Some code based on M3 SD drivers supplied by M3Adapter.
Some code written by SaTa may have been unknowingly used.
Copyright (c) 2006 Michael "Chishm" Chisholm
-
+
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
@@ -47,7 +47,7 @@ void _M3_changeMode (u32 mode) {
_M3_readHalfword (0x08000000 + (mode << 1));
_M3_readHalfword (0x0800080e);
_M3_readHalfword (0x08000000);
-
+
if ((mode & 0x0f) != 4) {
_M3_readHalfword (0x09000000);
} else {
@@ -56,5 +56,5 @@ void _M3_changeMode (u32 mode) {
_M3_readHalfword (0x08000188);
_M3_readHalfword (0x08000188);
}
-}
+}