Skip to content

Commit

Permalink
replace tabs with spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
doronhi committed May 15, 2019
1 parent d7f964b commit 660eac1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tools/data-collect/rs-data-collect.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -305,11 +305,11 @@ int main(int argc, char** argv) try

auto output_file = out_file.isSet() ? out_file.getValue() : DEF_OUTPUT_FILE_NAME;

{
ofstream csv(output_file);
if (!csv.is_open())
throw runtime_error(stringify() << "Cannot open the requested output file " << output_file << ", please check permissions");
}
{
ofstream csv(output_file);
if (!csv.is_open())
throw runtime_error(stringify() << "Cannot open the requested output file " << output_file << ", please check permissions");
}

bool succeed = false;
rs2::context ctx;
Expand Down

0 comments on commit 660eac1

Please sign in to comment.