diff options
author | Max Horn | 2009-02-15 22:28:50 +0000 |
---|---|---|
committer | Max Horn | 2009-02-15 22:28:50 +0000 |
commit | 5ecfecd3bc795446581186eb7f0e04b1c0caa0e3 (patch) | |
tree | c69aa304b273dd26c3226c7d25be9890c163b886 /engines/sci/scicore/hashmap.cpp | |
parent | 57434d955fc6eaa77ab1ef5c408f733a59dabbcf (diff) | |
download | scummvm-rg350-5ecfecd3bc795446581186eb7f0e04b1c0caa0e3.tar.gz scummvm-rg350-5ecfecd3bc795446581186eb7f0e04b1c0caa0e3.tar.bz2 scummvm-rg350-5ecfecd3bc795446581186eb7f0e04b1c0caa0e3.zip |
SCI: Run astyle to make the code be more compliant with our Code Formatting Guidelines: scicore dir
svn-id: r38318
Diffstat (limited to 'engines/sci/scicore/hashmap.cpp')
-rw-r--r-- | engines/sci/scicore/hashmap.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/scicore/hashmap.cpp b/engines/sci/scicore/hashmap.cpp index 1b2b6af5c1..bb3bc7a670 100644 --- a/engines/sci/scicore/hashmap.cpp +++ b/engines/sci/scicore/hashmap.cpp @@ -183,4 +183,4 @@ TYPE##_hash_map_remove_value(TYPE##_hash_map_t *map, TYPE value) \ return oldnode->value; \ } else return -1; /* Not found */ \ } \ - + |