diff options
author | Eugene Sandulenko | 2005-07-30 21:11:48 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2005-07-30 21:11:48 +0000 |
commit | 6b4484472b79dc7ea7d1ce545a28fba7d3b7696f (patch) | |
tree | c44c4e61f18ddd537f7082cb48869cf33d422fbd /backends/ps2/ps2pad.cpp | |
parent | 86ab70b149e5cd00cf54f2e41896e2c4e16795e4 (diff) | |
download | scummvm-rg350-6b4484472b79dc7ea7d1ce545a28fba7d3b7696f.tar.gz scummvm-rg350-6b4484472b79dc7ea7d1ce545a28fba7d3b7696f.tar.bz2 scummvm-rg350-6b4484472b79dc7ea7d1ce545a28fba7d3b7696f.zip |
Remove trailing whitespaces.
svn-id: r18604
Diffstat (limited to 'backends/ps2/ps2pad.cpp')
-rw-r--r-- | backends/ps2/ps2pad.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/ps2/ps2pad.cpp b/backends/ps2/ps2pad.cpp index 4396297541..c3ad540189 100644 --- a/backends/ps2/ps2pad.cpp +++ b/backends/ps2/ps2pad.cpp @@ -29,7 +29,7 @@ Ps2Pad::Ps2Pad(OSystem_PS2 *system) { _system = system; _padBuf = (uint8*)memalign(64, 256); _padStatus = STAT_NONE; - + padInit(0); // initialize library _port = _slot = 0; // first controller, no multitap initPad(); |