Fix coding rule violations 07/149107/1
authorSomin Kim <somin926.kim@samsung.com>
Mon, 11 Sep 2017 12:12:36 +0000 (21:12 +0900)
committerSomin Kim <somin926.kim@samsung.com>
Mon, 11 Sep 2017 12:12:36 +0000 (21:12 +0900)
Change-Id: Ie46bcbd0f0bd966d5ba12c20f0a8c4b8add5b450
Signed-off-by: Somin Kim <somin926.kim@samsung.com>
src/server/MethodCallHandler.cpp

index c821a24..9b27d50 100644 (file)
@@ -53,7 +53,6 @@ void MethodCallHandler::onMethodCalled(IMethodCall* methodCall)
                } else if (methodCall->getMethodName() == METHOD_READ_REC) {
                        __readRecords(*provider, *methodCall);
                }
-
        } catch (const int error) {
                _W("Catch: %s", CTX_ERROR_STR(error));
                methodCall->reply(error);