summaryrefslogtreecommitdiff
path: root/src/guichan/include/guichan/keylistener.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/guichan/include/guichan/keylistener.hpp')
-rw-r--r--src/guichan/include/guichan/keylistener.hpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/guichan/include/guichan/keylistener.hpp b/src/guichan/include/guichan/keylistener.hpp
index 7336f8623..427a8adbb 100644
--- a/src/guichan/include/guichan/keylistener.hpp
+++ b/src/guichan/include/guichan/keylistener.hpp
@@ -62,7 +62,6 @@ namespace gcn
class GCN_CORE_DECLSPEC KeyListener
{
public:
-
/**
* Destructor.
*/
@@ -97,6 +96,6 @@ namespace gcn
KeyListener()
{ }
};
-}
+} // namespace gcn
-#endif // end GCN_KEYLISTENER_HPP
+#endif // end GCN_KEYLISTENER_HPP