Skip to content

Commit

Permalink
Astyle
Browse files Browse the repository at this point in the history
  • Loading branch information
kevingranade committed Dec 27, 2019
1 parent b02095b commit e794893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/material.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ void material_type::load( const JsonObject &jsobj, const std::string & )
for( JsonObject brn : jsobj.get_array( "burn_data" ) ) {
_burn_data.emplace_back( load_mat_burn_data( brn ) );
}
}
}
if( _burn_data.empty() ) {
// If not specified, supply default
mat_burn_data mbd;
Expand Down

0 comments on commit e794893

Please sign in to comment.