Skip to content

Commit

Permalink
fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
Nir-Az committed Nov 15, 2023
1 parent 209c76c commit d1ed76d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/ds/ds-device-common.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -259,9 +259,11 @@ namespace librealsense
{
// check if the given FW size matches the expected FW size
if( image.size() != unsigned_fw_size )
throw librealsense::invalid_value_exception( rsutils::string::from()
<< "Unsupported firmware binary image (unsigned) provided - "
<< image.size() << " bytes" );
{
throw librealsense::invalid_value_exception( rsutils::string::from()
<< "Unsupported firmware binary image (unsigned) provided - "
<< image.size() << " bytes" );
}


if (_is_locked)
Expand Down

0 comments on commit d1ed76d

Please sign in to comment.