diff --git a/coreblas/compute/core_zgetrf.c b/coreblas/compute/core_zgetrf.c
index 3c65462504d3792ca61a48d423b99b9efff0d89d..3089359dafb7dad2c4472cc0a03b527288e337f9 100644
--- a/coreblas/compute/core_zgetrf.c
+++ b/coreblas/compute/core_zgetrf.c
@@ -19,14 +19,13 @@
  * @author Cedric Castagnede
  * @author Florent Pruvost
  * @author Matthieu Kuhn
- * @date 2023-07-26
+ * @date 2023-08-31
  * @precisions normal z -> c d s
  *
  */
 #include "coreblas/lapacke.h"
 #include "coreblas.h"
 
-
 int CORE_zgetrf( int m, int n,
                  CHAMELEON_Complex64_t *A, int lda,
                  int *IPIV, int *info )