From ce37fce99c028e0be0d54aa62ee79a0cf5b4444e Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Fri, 20 Sep 2019 08:19:57 -0400 Subject: [PATCH] spacing --- src/zm_remote_camera_http.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/zm_remote_camera_http.cpp b/src/zm_remote_camera_http.cpp index 53ca71be2..96c3707ff 100644 --- a/src/zm_remote_camera_http.cpp +++ b/src/zm_remote_camera_http.cpp @@ -1068,12 +1068,12 @@ int RemoteCameraHttp::PreCapture() { } if ( mode == SINGLE_IMAGE ) { if ( SendRequest() < 0 ) { - Error( "Unable to send request" ); + Error("Unable to send request"); Disconnect(); - return( -1 ); + return -1; } } - return( 0 ); + return 0; } int RemoteCameraHttp::Capture( Image &image ) {