diff --git a/pcbnew/exporters/export_d356.h b/pcbnew/exporters/export_d356.h
index 172b0f0ac1..8e8c3a745e 100644
--- a/pcbnew/exporters/export_d356.h
+++ b/pcbnew/exporters/export_d356.h
@@ -58,7 +58,9 @@ public:
      * @param aPcb is the board to extract a netlist from
      * @param aParent will be used as the parent for any warning dialogs
      */
-    IPC356D_WRITER( BOARD* aPcb ) : m_pcb( aPcb ) {}
+    IPC356D_WRITER( BOARD* aPcb ) :
+            m_pcb( aPcb )
+    {}
 
     virtual ~IPC356D_WRITER() {}