storage.c: Apply Tizen coding rule 33/71333/1 accepted/tizen/common/20160526.150023 accepted/tizen/ivi/20160525.235532 accepted/tizen/mobile/20160525.235608 accepted/tizen/tv/20160525.235504 accepted/tizen/wearable/20160525.235523 submit/tizen/20160525.083856
authorsunm.lee <sunm.lee@samsung.com>
Wed, 25 May 2016 05:37:36 +0000 (14:37 +0900)
committersunm.lee <sunm.lee@samsung.com>
Wed, 25 May 2016 05:39:48 +0000 (14:39 +0900)
Apply Tizen coding rule.

Change-Id: I1fe0ed420d8ee936451a87fc189437ed6666008f
Signed-off-by: sunm.lee <sunm.lee@samsung.com>
src/storage.c

index c8cfc11..be647ca 100644 (file)
@@ -388,7 +388,7 @@ API int storage_get_available_space(int storage_id, unsigned long long *bytes)
        }
 
        /* external storage */
-       ret = storage_ext_get_space(storage_id,NULL, &avail);
+       ret = storage_ext_get_space(storage_id, NULL, &avail);
 
 out:
        if (ret < 0) {