summaryrefslogtreecommitdiff
path: root/src/guichan/inputevent.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/guichan/inputevent.cpp')
-rw-r--r--src/guichan/inputevent.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/guichan/inputevent.cpp b/src/guichan/inputevent.cpp
index 30c9ada15..844ef2cbd 100644
--- a/src/guichan/inputevent.cpp
+++ b/src/guichan/inputevent.cpp
@@ -64,7 +64,6 @@ namespace gcn
mMetaPressed(metaPressed),
mIsConsumed(false)
{
-
}
bool InputEvent::isShiftPressed() const
@@ -96,4 +95,4 @@ namespace gcn
{
return mIsConsumed;
}
-}
+} // namespace gcn