diff options
author | Jordi Vilalta Prat | 2008-01-27 19:47:41 +0000 |
---|---|---|
committer | Jordi Vilalta Prat | 2008-01-27 19:47:41 +0000 |
commit | 66e9d4f5e8f35b28f8abd9ce53a0da4da3ce8985 (patch) | |
tree | e27aadabecd8dd910884280e6559ff9c94c3d73c /common/savefile.h | |
parent | 278857698dc7b1623096fe1ad12511dc4c886c7e (diff) | |
download | scummvm-rg350-66e9d4f5e8f35b28f8abd9ce53a0da4da3ce8985.tar.gz scummvm-rg350-66e9d4f5e8f35b28f8abd9ce53a0da4da3ce8985.tar.bz2 scummvm-rg350-66e9d4f5e8f35b28f8abd9ce53a0da4da3ce8985.zip |
Removed trailing spaces.
svn-id: r30664
Diffstat (limited to 'common/savefile.h')
-rw-r--r-- | common/savefile.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/common/savefile.h b/common/savefile.h index 5b06248aa8..630765ab4b 100644 --- a/common/savefile.h +++ b/common/savefile.h @@ -109,15 +109,15 @@ public: * @return A string describing the last error. */ virtual String getErrorDesc() { return _errorDesc; } - + /** * Returns the last ocurred error description. If none ocurred, returns 0. * Also clears the last error state and description. - * + * * @return A string describing the last error. */ virtual String popErrorDesc(); - + /** * Open the file with name filename in the given directory for saving. * @param filename the filename |