From c44c076bdb76ed046b0a2b0dacbc364fd22df6b5 Mon Sep 17 00:00:00 2001 From: Chris Pavlina Date: Thu, 7 Jan 2016 17:33:31 -0500 Subject: [PATCH] Fix coding style error in 6429 --- pcbnew/tools/drawing_tool.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcbnew/tools/drawing_tool.cpp b/pcbnew/tools/drawing_tool.cpp index 8628113567..1ea9537567 100644 --- a/pcbnew/tools/drawing_tool.cpp +++ b/pcbnew/tools/drawing_tool.cpp @@ -1159,7 +1159,7 @@ int DRAWING_TOOL::drawZone( bool aKeepout ) // Get the current default settings for zones ZONE_SETTINGS zoneInfo = m_frame->GetZoneSettings(); zoneInfo.m_CurrentZone_Layer = m_frame->GetScreen()->m_Active_Layer; - zoneInfo.SetIsKeepout(aKeepout); + zoneInfo.SetIsKeepout( aKeepout ); m_controls->SetAutoPan( true ); m_controls->CaptureCursor( true );