From 7f607a0f58a9eba53237955c06bf445c71d57b6c Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 29 Mar 2012 02:26:54 +0300 Subject: Fix code style. --- src/depricatedevent.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/depricatedevent.cpp') diff --git a/src/depricatedevent.cpp b/src/depricatedevent.cpp index 0d5ffca7b..8f0eadf82 100644 --- a/src/depricatedevent.cpp +++ b/src/depricatedevent.cpp @@ -62,7 +62,8 @@ int DepricatedEvent::getInt(const std::string &key) const } void DepricatedEvent::setString(const std::string &key, - const std::string &value) throw (BadDepricatedEvent) + const std::string &value) + throw (BadDepricatedEvent) { if (mData.find(key) != mData.end()) throw KEY_ALREADY_EXISTS; -- cgit v1.2.3-70-g09d2