Replace tabs with two spaces for consistency with rest of codebase
Remove trailing whitespace in same files.
This commit is contained in:
parent
042e85396c
commit
725acc7f17
@ -357,7 +357,6 @@ namespace cryptonote
|
|||||||
|
|
||||||
if(local_template_ver != m_template_no)
|
if(local_template_ver != m_template_no)
|
||||||
{
|
{
|
||||||
|
|
||||||
CRITICAL_REGION_BEGIN(m_template_lock);
|
CRITICAL_REGION_BEGIN(m_template_lock);
|
||||||
b = m_template;
|
b = m_template;
|
||||||
local_diff = m_diffic;
|
local_diff = m_diffic;
|
||||||
|
@ -592,7 +592,6 @@ namespace cryptonote
|
|||||||
epee::net_utils::data_logger::get_instance().add_data("calc_time", block_process_time + transactions_process_time);
|
epee::net_utils::data_logger::get_instance().add_data("calc_time", block_process_time + transactions_process_time);
|
||||||
epee::net_utils::data_logger::get_instance().add_data("block_processing", 1);
|
epee::net_utils::data_logger::get_instance().add_data("block_processing", 1);
|
||||||
|
|
||||||
|
|
||||||
} // each download block
|
} // each download block
|
||||||
m_core.cleanup_handle_incoming_blocks();
|
m_core.cleanup_handle_incoming_blocks();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user