From 53091f5cda131079d40ce2e746e3e196d77001d9 Mon Sep 17 00:00:00 2001
From: Danilo Piparo <danilo.piparo@cern.ch>
Date: Fri, 7 Dec 2018 14:21:58 +0100
Subject: [PATCH] [FITSIO][NFC] Allow to correctly generate the doc of the
 tutorial

---
 tutorials/fitsio/FITS_tutorial1.C | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tutorials/fitsio/FITS_tutorial1.C b/tutorials/fitsio/FITS_tutorial1.C
index 72387de9635..5b2c8ec551e 100644
--- a/tutorials/fitsio/FITS_tutorial1.C
+++ b/tutorials/fitsio/FITS_tutorial1.C
@@ -1,14 +1,14 @@
 /// \file
 /// \ingroup tutorial_FITS
 /// \notebook -draw
-
+///
 /// Open a FITS file and retrieve the first plane of the image array
 /// as a TImage object
 ///
 /// \macro_image
 /// \macro_code
 /// \macro_output
-
+///
 /// \author Claudi Martinez
 
 void FITS_tutorial1()
-- 
GitLab