Completed
Branch develop (3e3c40)
by
unknown
14:45
created
htdocs/webportal/controllers/document.controller.class.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -17,10 +17,10 @@
 block discarded – undo
17 17
  */
18 18
 
19 19
  /**
20
- * \file        htdocs/webportal/controllers/document.controller.class.php
21
- * \ingroup     webportal
22
- * \brief       This file is a controller for documents
23
- */
20
+  * \file        htdocs/webportal/controllers/document.controller.class.php
21
+  * \ingroup     webportal
22
+  * \brief       This file is a controller for documents
23
+  */
24 24
 
25 25
 require_once DOL_DOCUMENT_ROOT . '/core/lib/files.lib.php';
26 26
 
Please login to merge, or discard this patch.
htdocs/ai/class/ai.class.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -18,10 +18,10 @@
 block discarded – undo
18 18
  */
19 19
 
20 20
  /**
21
- * \file    htdocs/ai/class/ai.class.php
22
- * \ingroup ai
23
- * \brief   Class files with common methods for Ai
24
- */
21
+  * \file    htdocs/ai/class/ai.class.php
22
+  * \ingroup ai
23
+  * \brief   Class files with common methods for Ai
24
+  */
25 25
 
26 26
 require_once DOL_DOCUMENT_ROOT."/core/lib/admin.lib.php";
27 27
 require_once DOL_DOCUMENT_ROOT.'/core/lib/geturl.lib.php';
Please login to merge, or discard this patch.