diff options
author | Johannes Schickel | 2011-11-13 01:43:41 +0100 |
---|---|---|
committer | Johannes Schickel | 2011-11-13 01:43:41 +0100 |
commit | 3ddea4952d2aec5ef61d0ae8762266edb9ceb02e (patch) | |
tree | 31455a49193e8052e25dbf5b122274368b18b8c6 /common/translation.h | |
parent | 2acfca89984cabdac986a624cce2eba91727afb8 (diff) | |
download | scummvm-rg350-3ddea4952d2aec5ef61d0ae8762266edb9ceb02e.tar.gz scummvm-rg350-3ddea4952d2aec5ef61d0ae8762266edb9ceb02e.tar.bz2 scummvm-rg350-3ddea4952d2aec5ef61d0ae8762266edb9ceb02e.zip |
COMMON: Some minor formatting fixes in translation code.
Done by running astyle over the files.
Diffstat (limited to 'common/translation.h')
-rw-r--r-- | common/translation.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/translation.h b/common/translation.h index 9e5245702e..71cf2b0981 100644 --- a/common/translation.h +++ b/common/translation.h @@ -173,13 +173,13 @@ private: * then if needed using the Themepath. If found it opens the given File * to read the translations.dat file. */ - bool openTranslationsFile(File&); + bool openTranslationsFile(File &); /** * Find the translations.dat file in the given directory node. * If found it opens the given File to read the translations.dat file. */ - bool openTranslationsFile(const FSNode &node, File&, int depth = -1); + bool openTranslationsFile(const FSNode &node, File &, int depth = -1); /** * Load the list of languages from the translations.dat file |