From bb3cbe3fa4874ebd325713171ea841fd59d8ec07 Mon Sep 17 00:00:00 2001 From: Jeff Young Date: Tue, 17 Nov 2020 23:13:51 +0000 Subject: [PATCH] Pretty-up report a bit. --- pcbnew/tools/pcb_inspection_tool.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/pcbnew/tools/pcb_inspection_tool.cpp b/pcbnew/tools/pcb_inspection_tool.cpp index e1f5d1452e..5a19ef71ae 100644 --- a/pcbnew/tools/pcb_inspection_tool.cpp +++ b/pcbnew/tools/pcb_inspection_tool.cpp @@ -355,6 +355,7 @@ int PCB_INSPECTION_TOOL::InspectClearance( const TOOL_EVENT& aEvent ) } else { + r->Report( "" ); r->Report( _( "Items belong to the same net. Clearance is 0." ) ); } }