diff options
author | Johannes Schickel | 2009-05-24 15:17:42 +0000 |
---|---|---|
committer | Johannes Schickel | 2009-05-24 15:17:42 +0000 |
commit | b3c6751b9b7fc1401fd5e87a034cdaec92b67b20 (patch) | |
tree | aa00dba58fb88ea2e095b886963370c7290c692b /common/list_intern.h | |
parent | 7c1eb057146af11793c627327f3fefe309d27fbb (diff) | |
download | scummvm-rg350-b3c6751b9b7fc1401fd5e87a034cdaec92b67b20.tar.gz scummvm-rg350-b3c6751b9b7fc1401fd5e87a034cdaec92b67b20.tar.bz2 scummvm-rg350-b3c6751b9b7fc1401fd5e87a034cdaec92b67b20.zip |
Strip trailing whitespaces in the whole code base.
svn-id: r40867
Diffstat (limited to 'common/list_intern.h')
-rw-r--r-- | common/list_intern.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/list_intern.h b/common/list_intern.h index 7ec7fdfd41..11d03fd6ff 100644 --- a/common/list_intern.h +++ b/common/list_intern.h @@ -159,7 +159,7 @@ namespace ListInternal { bool operator==(const Iterator<T>& a, const ConstIterator<T>& b) { return a._node == b._node; } - + template<typename T> bool operator!=(const Iterator<T>& a, const ConstIterator<T>& b) { return a._node != b._node; |