From 3a884265f4aea36b2b76fccb00885e7503ddcb5d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Krup=C4=8D=C3=ADk?= <lukas.krupcik@vsb.cz>
Date: Mon, 20 Sep 2021 10:46:32 +0200
Subject: [PATCH] Update comsol-multiphysics.md

---
 docs.it4i/software/cae/comsol/comsol-multiphysics.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs.it4i/software/cae/comsol/comsol-multiphysics.md b/docs.it4i/software/cae/comsol/comsol-multiphysics.md
index 828ab3077..38b7f0464 100644
--- a/docs.it4i/software/cae/comsol/comsol-multiphysics.md
+++ b/docs.it4i/software/cae/comsol/comsol-multiphysics.md
@@ -52,7 +52,7 @@ $ comsol -3drend sw
 
 !!! info
     If you receive errors at startup, for example, of the following type:
-    
+
     ```console
 FL3D: error at line 814 in file fl3dglcontext_x11common.c:
    PBuffers are not supported by the system.
@@ -60,11 +60,11 @@ FL3D: error at line 235 in file fl3dglcontext_x11common.c:
    assert: x11Handle
    ```
 
-   you need to run COMSOL with additional parameters:
+    you need to run COMSOL with additional parameters:
 
-   ```console
+    ```console
 $ comsol -3drend sw
-   ```
+    ```
 
 To run COMSOL in batch mode without the COMSOL Desktop GUI environment, utilize the default (comsol.pbs) job script and execute it via the `qsub` command:
 
-- 
GitLab