From bb7175f67985b5595f0b21968a8c3c6db27995db Mon Sep 17 00:00:00 2001 From: JackLivio Date: Sun, 5 Aug 2018 20:17:37 -0400 Subject: Check Style --- src/components/smart_objects/include/smart_objects/smart_object.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/components/smart_objects/include/smart_objects/smart_object.h') diff --git a/src/components/smart_objects/include/smart_objects/smart_object.h b/src/components/smart_objects/include/smart_objects/smart_object.h index 5853c9bb3f..f594ad9820 100644 --- a/src/components/smart_objects/include/smart_objects/smart_object.h +++ b/src/components/smart_objects/include/smart_objects/smart_object.h @@ -693,7 +693,8 @@ class SmartObject FINAL { * @param messageVersion of the mobile app to check against RPC Spec Schema * @return Result of validation. */ - Errors::eType validate(rpc::ValidationReport* report__, const utils::SemanticVersion& MessageVersion); + Errors::eType validate(rpc::ValidationReport* report__, + const utils::SemanticVersion& MessageVersion); /** * @brief Sets new schema -- cgit v1.2.1