summaryrefslogtreecommitdiff
path: root/src/components/application_manager/rpc_plugins/sdl_rpc_plugin/src/commands/mobile/put_file_request.cc
diff options
context:
space:
mode:
authorIra Lytvynenko (GitHub) <ILytvynenko@luxoft.com>2018-05-15 13:15:04 +0300
committerIra Lytvynenko (GitHub) <ILytvynenko@luxoft.com>2018-06-26 12:01:45 +0300
commit5a00435da8fe10f584f84911d8ea94c1151e2245 (patch)
tree31a462c62f2e4f17e8a634deeda73355579c4e19 /src/components/application_manager/rpc_plugins/sdl_rpc_plugin/src/commands/mobile/put_file_request.cc
parent8ad3ac6a5c1560e1f07516d81d99e711b3e2ee6f (diff)
downloadsdl_core-5a00435da8fe10f584f84911d8ea94c1151e2245.tar.gz
Fix code style
Diffstat (limited to 'src/components/application_manager/rpc_plugins/sdl_rpc_plugin/src/commands/mobile/put_file_request.cc')
-rw-r--r--src/components/application_manager/rpc_plugins/sdl_rpc_plugin/src/commands/mobile/put_file_request.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/components/application_manager/rpc_plugins/sdl_rpc_plugin/src/commands/mobile/put_file_request.cc b/src/components/application_manager/rpc_plugins/sdl_rpc_plugin/src/commands/mobile/put_file_request.cc
index 9aa5ebfbb1..9af5d1bc03 100644
--- a/src/components/application_manager/rpc_plugins/sdl_rpc_plugin/src/commands/mobile/put_file_request.cc
+++ b/src/components/application_manager/rpc_plugins/sdl_rpc_plugin/src/commands/mobile/put_file_request.cc
@@ -155,8 +155,7 @@ void PutFileRequest::Run() {
// Policy table update in json format is currently to be received via PutFile
// TODO(PV): after latest discussion has to be changed
if (mobile_apis::FileType::JSON == file_type_) {
- policy_handler_.ReceiveMessageFromSDK(
- sync_file_name_, binary_data);
+ policy_handler_.ReceiveMessageFromSDK(sync_file_name_, binary_data);
}
offset_ = 0;