Fix coding rule violations 03/149103/1 devel/tizen
authorSomin Kim <somin926.kim@samsung.com>
Mon, 11 Sep 2017 12:10:49 +0000 (21:10 +0900)
committerSomin Kim <somin926.kim@samsung.com>
Mon, 11 Sep 2017 12:10:49 +0000 (21:10 +0900)
Change-Id: I7dee8c255a8410cbe4c942d493bbc20147ec2afe
Signed-off-by: Somin Kim <somin926.kim@samsung.com>
include/IAgentPlugin.h

index 4b8004a..31abaaf 100644 (file)
@@ -50,7 +50,6 @@ namespace ctx {
 
                // true, if the agent it not running.
                virtual bool isIdle() = 0;
-
        };
 
        typedef IAgentPlugin** (*create_plugins_t)(IAgentUtil* agentUtil);