branch: externals/matlab-mode
commit 3844ef44a0ea25074ba19dd2718bceae258466dc
Author: John Ciolfi <[email protected]>
Commit: GitHub <[email protected]>

    Fix indentation in MATLAB code example
---
 doc/matlab_code_indent.org | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/matlab_code_indent.org b/doc/matlab_code_indent.org
index 1818dbd717..201d886483 100644
--- a/doc/matlab_code_indent.org
+++ b/doc/matlab_code_indent.org
@@ -135,7 +135,7 @@ with understanding and communication.
 
    #+begin_src matlab
    if condition1 == 1      |     switch condition1
-      doIt                 |       case 1
+       doIt                |       case 1
    end                     |         doIt
                            |     end
    #+end_src

Reply via email to