From 40466836e245d0dbb043650535b6f5f506efbbf3 Mon Sep 17 00:00:00 2001 From: Joonhaeng Heo Date: Fri, 24 Feb 2023 17:10:11 +0900 Subject: [PATCH] Restyle --- src/controller/java/CHIPDeviceController-JNI.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/controller/java/CHIPDeviceController-JNI.cpp b/src/controller/java/CHIPDeviceController-JNI.cpp index 083d79d2b9c0e4..bc6be659085566 100644 --- a/src/controller/java/CHIPDeviceController-JNI.cpp +++ b/src/controller/java/CHIPDeviceController-JNI.cpp @@ -83,7 +83,8 @@ static CHIP_ERROR ParseAttributePathList(jobject attributePathList, static CHIP_ERROR ParseAttributePath(jobject attributePath, EndpointId & outEndpointId, ClusterId & outClusterId, AttributeId & outAttributeId); static CHIP_ERROR ParseEventPathList(jobject eventPathList, std::vector & outEventPathParamsList); -static CHIP_ERROR ParseEventPath(jobject eventPath, EndpointId & outEndpointId, ClusterId & outClusterId, EventId & outEventId, bool & outIsUrgent); +static CHIP_ERROR ParseEventPath(jobject eventPath, EndpointId & outEndpointId, ClusterId & outClusterId, EventId & outEventId, + bool & outIsUrgent); static CHIP_ERROR IsWildcardChipPathId(jobject chipPathId, bool & isWildcard); static CHIP_ERROR CreateDeviceAttestationDelegateBridge(JNIEnv * env, jlong handle, jobject deviceAttestationDelegate, jint failSafeExpiryTimeoutSecs, @@ -1384,7 +1385,8 @@ CHIP_ERROR ParseEventPathList(jobject eventPathList, std::vector