diff --git a/src/output/ods/ptm/ptmislandsheet.cpp b/src/output/ods/ptm/ptmislandsheet.cpp
index 62e6d99aa88708474961c3806855133ab645e12a..fbf93f034b2eceaf9788130f12b25b08479530ce 100644
--- a/src/output/ods/ptm/ptmislandsheet.cpp
+++ b/src/output/ods/ptm/ptmislandsheet.cpp
@@ -1,6 +1,6 @@
 /**
  * \file /output/ods/ptm/ptmislandsheet.cpp
- * \date 3/85/2017
+ * \date 3/5/2017
  * \author Olivier Langella
  * \brief ODS PTM island sheet
  */
@@ -46,6 +46,7 @@ PtmIslandSheet::PtmIslandSheet (OdsExport * p_ods_export, CalcWriterInterface *
     }
     qDebug() << "PtmIslandSheet::PtmIslandSheet end" ;
 }
+
 void PtmIslandSheet::writeCellHeader(PtmIslandListColumn column) {
     qDebug() << "PtmIslandSheet::writeCellHeader begin " << (std::int8_t) column;
     _p_writer->setCellAnnotation(PtmIslandTableModel::getDescription(column));
diff --git a/src/output/ods/ptm/ptmislandsheet.h b/src/output/ods/ptm/ptmislandsheet.h
index 1161f3dc012a3cdcbe6efbba2faac3cd6d3dac26..247d650f3bf1dc4efa425a52ad04d3796821e072 100644
--- a/src/output/ods/ptm/ptmislandsheet.h
+++ b/src/output/ods/ptm/ptmislandsheet.h
@@ -1,6 +1,6 @@
 /**
  * \file /output/ods/ptm/ptmislandsheet.h
- * \date 3/85/2017
+ * \date 3/5/2017
  * \author Olivier Langella
  * \brief ODS PTM island sheet
  */