aboutsummaryrefslogtreecommitdiff
path: root/backends/ps2/fileio.h
diff options
context:
space:
mode:
authorEugene Sandulenko2005-07-30 21:11:48 +0000
committerEugene Sandulenko2005-07-30 21:11:48 +0000
commit6b4484472b79dc7ea7d1ce545a28fba7d3b7696f (patch)
treec44c4e61f18ddd537f7082cb48869cf33d422fbd /backends/ps2/fileio.h
parent86ab70b149e5cd00cf54f2e41896e2c4e16795e4 (diff)
downloadscummvm-rg350-6b4484472b79dc7ea7d1ce545a28fba7d3b7696f.tar.gz
scummvm-rg350-6b4484472b79dc7ea7d1ce545a28fba7d3b7696f.tar.bz2
scummvm-rg350-6b4484472b79dc7ea7d1ce545a28fba7d3b7696f.zip
Remove trailing whitespaces.
svn-id: r18604
Diffstat (limited to 'backends/ps2/fileio.h')
-rw-r--r--backends/ps2/fileio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/ps2/fileio.h b/backends/ps2/fileio.h
index 48c9c7df5d..d00e1ce58e 100644
--- a/backends/ps2/fileio.h
+++ b/backends/ps2/fileio.h
@@ -60,7 +60,7 @@ int ps2_fclose(FILE *stream);
int ps2_fflush(FILE *stream);
int ps2_fseek(FILE *stream, long offset, int origin);
uint32 ps2_ftell(FILE *stream);
-int ps2_feof(FILE *stream);
+int ps2_feof(FILE *stream);
uint32 ps2_fsize(FILE *stream);
size_t ps2_fread(void *buf, size_t r, size_t n, FILE *stream);