Fixed coding rules 46/148846/1 submit/tizen/20170911.125730
authorhyunuktak <hyunuk.tak@samsung.com>
Mon, 11 Sep 2017 04:54:39 +0000 (13:54 +0900)
committerhyunuktak <hyunuk.tak@samsung.com>
Mon, 11 Sep 2017 04:54:42 +0000 (13:54 +0900)
Change-Id: Ic5fc67d00e3546644711c77c7bebc74fd21658e1
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
packaging/capi-network-stc.spec
src/internal/stc-private.c

index cdf219d16055f2f327ddac32073f5b16c8305115..9c1f7e48eac7872d79f1a5cda4a99c05af33ca92 100755 (executable)
@@ -1,6 +1,6 @@
 Name:       capi-network-stc
 Summary:    A Smart Traffic Control (STC) libraries in Native API
-Version:    0.0.18
+Version:    0.0.19
 Release:    1
 Group:      Network & Connectivity/API
 License:    Apache-2.0
index 1b8796e404e40f07a99b51783a540bde4823c365..1c10a19ae67194161ec343c23cbb65e4188ba068 100755 (executable)
@@ -391,7 +391,7 @@ static void __stc_callback_foreach(stc_event_e e,
                        }
                        break;
                //LCOV_EXCL_STOP
-               default:
+               default :
                        break;
                }
        }
@@ -450,7 +450,7 @@ static void __stc_event_cb(stc_event_info_s *event_info, void *user_data)
                }
                break;
        //LCOV_EXCL_STOP
-       default:
+       default :
                break;
        }
 }