testcase/mqtt_itc : fix coding rule error - space is needed before '='
authorjc_.kim <jc_.kim@samsung.com>
Tue, 17 Oct 2017 01:20:50 +0000 (10:20 +0900)
committerjc_.kim <jc_.kim@samsung.com>
Tue, 17 Oct 2017 01:20:50 +0000 (10:20 +0900)
[SPC_M_OPR] spaces required around that '=' (ctx:VxW)

apps/examples/testcase/ta_tc/mqtt/itc/itc_mqtt_main.c

index 339cd83..3ac5278 100644 (file)
@@ -151,7 +151,7 @@ static void on_unsubscribe(void *client, int msg_id)
  * pre-initialization functions
  ****************************************************************************************/
 
-static mqtt_client_config_t g_mqtt_client_config= {
+static mqtt_client_config_t g_mqtt_client_config = {
        ITC_SUB_PUB_ID,
        "", "", 1, 3, 0, 0,
        on_connect,