Fix coding style 29/79829/1 accepted/tizen/common/20160714.152704 accepted/tizen/common/20160714.152752 accepted/tizen/ivi/20160714.053828 accepted/tizen/mobile/20160714.053744 accepted/tizen/tv/20160714.053800 accepted/tizen/wearable/20160714.053816 submit/tizen/20160714.000614 submit/tizen/20160714.002239
authorJunghoon Park <jh9216.park@samsung.com>
Wed, 13 Jul 2016 06:56:38 +0000 (15:56 +0900)
committerJunghoon Park <jh9216.park@samsung.com>
Wed, 13 Jul 2016 06:56:38 +0000 (15:56 +0900)
Change-Id: Ifb7a2e67e76b3d2e17dce981cef678ec09931273
Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
src/widget_service.c

index 0b720b2..0ae3a9c 100644 (file)
@@ -377,7 +377,7 @@ EAPI int widget_service_change_period(const char *pkgname, const char *id, doubl
 EAPI int widget_service_trigger_update(const char *widget_id, const char *id, bundle *b, int force)
 {
        int ret;
-       bundle_raw *raw= NULL;
+       bundle_raw *raw = NULL;
        int len;
 
        if (!_is_widget_feature_enabled()) {