update test/fuzztest/storagetotalstatusservice_fuzzer/storagetotalstatusservice_fuzzer.cpp.

Signed-off-by: lixiyuan <lixiyuan7@huawei.com>
This commit is contained in:
lixiyuan 2024-11-21 09:05:28 +00:00 committed by Gitee
parent f1fb239e79
commit edd55813ca
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -20,7 +20,7 @@ namespace OHOS {
namespace StorageManager {
bool StorageTotalStatusServiceFuzzTest(const uint8_t *data, size_t size)
{
if ((data == nullptr) || (size == 0) {
if ((data == nullptr) || (size == 0)) {
return false;
}